summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2022-03-05 01:36:50 +0100
committerJule Anger <janger@samba.org>2022-03-16 13:41:14 +0000
commit43c4dc75e21051e41dc2ed8dc8e2c42857aa6591 (patch)
treee6f6ddee626d36968695208a3ec92a8dcc2ab29f
parent528ed90d03ab74f45f5c6d790e468445767b259e (diff)
downloadsamba-43c4dc75e21051e41dc2ed8dc8e2c42857aa6591.tar.gz
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 <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> (cherry picked from commit 90754591a7e4d5a3af70c01425930f4ec063c516)
-rwxr-xr-xsource4/dsdb/tests/python/passwords.py1
1 files changed, 0 insertions, 1 deletions
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] <host>")
sambaopts = options.SambaOptions(parser)