mirror of
https://github.com/samba-team/samba.git
synced 2025-12-23 00:23:53 +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
@@ -23,8 +23,7 @@ import os
|
||||
|
||||
from samba import Ldb, ldb, read_and_sub_file
|
||||
from samba.auth import system_session
|
||||
from samba.samdb import SamDB
|
||||
from samba.common import dsdb_Dn
|
||||
from samba.samdb import SamDB, dsdb_Dn
|
||||
|
||||
|
||||
class LdifError(Exception):
|
||||
|
||||
Reference in New Issue
Block a user