1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-20 16:23:51 +03:00

python/samba/netcmd: Fix relative module import

Part of future changes needed to enable samba4.drs.replica_sync_rodc
for PY3.

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
Noel Power
2018-05-18 12:12:44 +01:00
committed by Andrew Bartlett
parent c46fd168fc
commit bbc5d31470

View File

@@ -21,7 +21,7 @@
import samba.getopt as options
import ldb
import logging
import common
from . import common
import json
from samba.auth import system_session