mirror of
https://github.com/samba-team/samba.git
synced 2025-01-21 18:04:06 +03:00
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)
This commit is contained in:
parent
5ca4837203
commit
657c7c9a34
@ -36,7 +36,6 @@ from samba import gensec
|
|||||||
from samba.samdb import SamDB
|
from samba.samdb import SamDB
|
||||||
import samba.tests
|
import samba.tests
|
||||||
from samba.tests import delete_force
|
from samba.tests import delete_force
|
||||||
from password_lockout_base import BasePasswordTestCase
|
|
||||||
|
|
||||||
parser = optparse.OptionParser("passwords.py [options] <host>")
|
parser = optparse.OptionParser("passwords.py [options] <host>")
|
||||||
sambaopts = options.SambaOptions(parser)
|
sambaopts = options.SambaOptions(parser)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user