]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
dsdb/tests: passwords.py don't need to import BasePasswordTestCase
authorStefan Metzmacher <metze@samba.org>
Sat, 5 Mar 2022 00:36:50 +0000 (01:36 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 10 Mar 2022 03:16:35 +0000 (03:16 +0000)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13879

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/dsdb/tests/python/passwords.py

index 27107f3d130b1ae037381daccbeba49fba489c4a..98afcb39d1f0328893fb1053799a47adb9e61255 100755 (executable)
@@ -35,7 +35,6 @@ from samba import gensec
 from samba.samdb import SamDB
 import samba.tests
 from samba.tests import delete_force
-from password_lockout_base import BasePasswordTestCase
 
 parser = optparse.OptionParser("passwords.py [options] <host>")
 sambaopts = options.SambaOptions(parser)