]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
python/tests/*: remove unused imports
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Thu, 11 Oct 2018 00:58:50 +0000 (13:58 +1300)
committerNoel Power <npower@samba.org>
Thu, 25 Oct 2018 19:45:54 +0000 (21:45 +0200)
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Noel Power <npower@samba.org>
python/samba/tests/ntlmdisabled.py
python/samba/tests/password_test.py
python/samba/tests/samdb.py

index ab46bb6cae863193a6a0d013099918efa0c75520..523ff792a7af8dee3c1c267bc33d9c436623ad53 100644 (file)
@@ -24,7 +24,6 @@ from samba.credentials import Credentials, DONT_USE_KERBEROS, MUST_USE_KERBEROS
 from samba import NTSTATUSError, ntstatus
 import ctypes
 
-from samba import credentials
 from samba.dcerpc import srvsvc, samr, lsa
 
 """
index 37eeeda7cee957b5173e4b4b31854a4f7779e60e..ba9f0655f73dec2019b667eafd2615c88aa56b87 100644 (file)
@@ -19,7 +19,6 @@
 #
 
 import samba.tests
-from samba.samdb import SamDB
 
 
 class PasswordCommon:
index 8c477b291dbd1d90e2ad50161842ecf78e0cabbb..bdeec28fe2609b12a378b9e105a9e99521200841 100644 (file)
@@ -19,7 +19,6 @@
 
 import logging
 import os
-import uuid
 import shutil
 
 from samba.auth import system_session