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)
committerJule Anger <janger@samba.org>
Wed, 16 Mar 2022 14:27:11 +0000 (14:27 +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>
(cherry picked from commit 90754591a7e4d5a3af70c01425930f4ec063c516)

source4/dsdb/tests/python/passwords.py

index 5025962e6ea324ffeed61cd7e79b45aa531edc14..0a2b0fd571742e9c3caea36f3c935fde5507d45f 100755 (executable)
@@ -36,7 +36,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)