summaryrefslogtreecommitdiff
path: root/lib/ldb-samba
diff options
context:
space:
mode:
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>2018-10-11 16:46:44 +1300
committerNoel Power <npower@samba.org>2018-10-25 21:45:55 +0200
commit6b88685f6baa15221378c579c8dfded9505fa351 (patch)
tree0b9302175748a787d07d75fcf7f068e21ee40568 /lib/ldb-samba
parentdd99bfd866ad5b00caec6085094cd6ef4d40a23d (diff)
downloadsamba-6b88685f6baa15221378c579c8dfded9505fa351.tar.gz
ldb-samba/tests/match-rules: remove unused imports
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Noel Power <npower@samba.org>
Diffstat (limited to 'lib/ldb-samba')
-rwxr-xr-xlib/ldb-samba/tests/match_rules.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/ldb-samba/tests/match_rules.py b/lib/ldb-samba/tests/match_rules.py
index f36c9fb8ca7..ad8ed3168e4 100755
--- a/lib/ldb-samba/tests/match_rules.py
+++ b/lib/ldb-samba/tests/match_rules.py
@@ -3,17 +3,13 @@
import optparse
import sys
import os
-import unittest
import samba
import samba.getopt as options
from samba.tests.subunitrun import SubunitOptions, TestProgram
-from samba.tests import delete_force
-from samba.dcerpc import security, misc
from samba.samdb import SamDB
from samba.auth import system_session
-from samba.ndr import ndr_unpack
from ldb import Message, MessageElement, Dn, LdbError
from ldb import FLAG_MOD_ADD, FLAG_MOD_REPLACE, FLAG_MOD_DELETE
from ldb import SCOPE_BASE, SCOPE_SUBTREE, SCOPE_ONELEVEL