From: Douglas Bagnall Date: Thu, 11 Oct 2018 03:46:44 +0000 (+1300) Subject: ldb-samba/tests/match-rules: remove unused imports X-Git-Tag: tdb-1.3.17~1184 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6b88685f6baa15221378c579c8dfded9505fa351;p=thirdparty%2Fsamba.git ldb-samba/tests/match-rules: remove unused imports Signed-off-by: Douglas Bagnall Reviewed-by: Noel Power --- 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