diff options
author | Matthieu Patou <mat@matws.net> | 2011-04-23 13:47:27 +0400 |
---|---|---|
committer | Matthieu Patou <mat@samba.org> | 2011-05-21 08:41:07 +0200 |
commit | 22a638b6165518eb9e640b1437b4552d685925dc (patch) | |
tree | cc35dc72c697642b78f23ef71087fd6a27fc5528 /source4/scripting/python/samba/upgradehelpers.py | |
parent | 6071ed67bf413b0f9245be9038e2e600d8ebb5aa (diff) | |
download | samba-22a638b6165518eb9e640b1437b4552d685925dc.tar.gz samba-22a638b6165518eb9e640b1437b4552d685925dc.tar.xz samba-22a638b6165518eb9e640b1437b4552d685925dc.zip |
s4-python: Remove not used imports
Diffstat (limited to 'source4/scripting/python/samba/upgradehelpers.py')
-rwxr-xr-x | source4/scripting/python/samba/upgradehelpers.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/source4/scripting/python/samba/upgradehelpers.py b/source4/scripting/python/samba/upgradehelpers.py index 66782bb31b..16e4ea006a 100755 --- a/source4/scripting/python/samba/upgradehelpers.py +++ b/source4/scripting/python/samba/upgradehelpers.py @@ -31,13 +31,12 @@ import samba from samba import Ldb, version, ntacls from ldb import SCOPE_SUBTREE, SCOPE_ONELEVEL, SCOPE_BASE import ldb -from samba.provision import (ProvisionNames, provision_paths_from_lp, +from samba.provision import (provision_paths_from_lp, getpolicypath, set_gpos_acl, create_gpo_struct, FILL_FULL, provision, ProvisioningError, setsysvolacl, secretsdb_self_join) -from samba.dcerpc import misc, security, xattr +from samba.dcerpc import xattr from samba.dcerpc.misc import SEC_CHAN_BDC -from samba.ndr import ndr_unpack from samba.samdb import SamDB # All the ldb related to registry are commented because the path for them is |