1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-29 15:42:04 +03:00

python: Port samdb module to Python 3 compatible form

Signed-off-by: Lumir Balhar <lbalhar@redhat.com>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Lumir Balhar
2018-01-30 18:52:11 +01:00
committed by Andrew Bartlett
parent cb15e32f85
commit bc7c6c15da
2 changed files with 8 additions and 7 deletions

View File

@ -18,7 +18,7 @@
import ldb
import dsdb
from samba import dsdb
from samba.ndr import ndr_pack
from samba.dcerpc import misc
import binascii