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 14:27:11 +0000
commit657c7c9a34bd8a848ac2d41cb2541c51e5716563 (patch)
treec0093a7ba7d05e540caa0d876823fffbe39c8129
parent5ca483720320fa8662ab3aca375c48b9e1347859 (diff)
downloadsamba-657c7c9a34bd8a848ac2d41cb2541c51e5716563.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 5025962e6ea..0a2b0fd5717 100755
--- a/source4/dsdb/tests/python/passwords.py
+++ b/source4/dsdb/tests/python/passwords.py
@@ -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)