From: Stefan Metzmacher Date: Sat, 5 Mar 2022 00:36:50 +0000 (+0100) Subject: dsdb/tests: passwords.py don't need to import BasePasswordTestCase X-Git-Tag: tevent-0.12.0~505 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90754591a7e4d5a3af70c01425930f4ec063c516;p=thirdparty%2Fsamba.git dsdb/tests: passwords.py don't need to import BasePasswordTestCase BUG: https://bugzilla.samba.org/show_bug.cgi?id=13879 Signed-off-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett --- diff --git a/source4/dsdb/tests/python/passwords.py b/source4/dsdb/tests/python/passwords.py index 27107f3d130..98afcb39d1f 100755 --- a/source4/dsdb/tests/python/passwords.py +++ b/source4/dsdb/tests/python/passwords.py @@ -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] ") sambaopts = options.SambaOptions(parser)