summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python/sec_descriptor.py
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-01-06 12:40:07 +0100
committerJelmer Vernooij <jelmer@samba.org>2011-01-06 15:21:21 +0100
commit4236ec9d6d128467b7f9e5306ed94b2bd025f9ad (patch)
tree076b02c49493e55cd931126e65f7128a02d8daee /source4/dsdb/tests/python/sec_descriptor.py
parent24d5a7202ab521b92eb07c93647ae2d381e181a5 (diff)
downloadsamba-4236ec9d6d128467b7f9e5306ed94b2bd025f9ad.tar.gz
samba-4236ec9d6d128467b7f9e5306ed94b2bd025f9ad.tar.bz2
samba-4236ec9d6d128467b7f9e5306ed94b2bd025f9ad.zip
Remove unused imports.
Diffstat (limited to 'source4/dsdb/tests/python/sec_descriptor.py')
-rwxr-xr-xsource4/dsdb/tests/python/sec_descriptor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/tests/python/sec_descriptor.py b/source4/dsdb/tests/python/sec_descriptor.py
index c24b6e9898..c08035b204 100755
--- a/source4/dsdb/tests/python/sec_descriptor.py
+++ b/source4/dsdb/tests/python/sec_descriptor.py
@@ -19,7 +19,7 @@ import samba.getopt as options
from ldb import SCOPE_SUBTREE, SCOPE_BASE, LdbError, ERR_NO_SUCH_OBJECT
# For running the test unit
-from samba.ndr import ndr_pack, ndr_unpack
+from samba.ndr import ndr_pack
from samba.dcerpc import security
from samba import gensec, sd_utils