mirror of
https://github.com/samba-team/samba.git
synced 2025-07-30 19:42:05 +03:00
python: Move dsdb_Dn to samdb
The import dsdb needed for dsdb_Dn causes import errors when trying to import get_bytes/get_string in some places. Signed-off-by: David Mulder <dmulder@suse.com> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
committed by
David Mulder
parent
234957a2e4
commit
85d2ff2f00
@ -30,7 +30,7 @@ from samba.dcerpc import (
|
||||
drsuapi,
|
||||
misc,
|
||||
)
|
||||
from samba.common import dsdb_Dn
|
||||
from samba.samdb import dsdb_Dn
|
||||
from samba.ndr import ndr_unpack, ndr_pack
|
||||
from collections import Counter
|
||||
|
||||
|
Reference in New Issue
Block a user