1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-23 09:57:40 +03:00

python/tests/*: remove unused imports

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Noel Power <npower@samba.org>
This commit is contained in:
Douglas Bagnall 2018-10-11 13:58:50 +13:00 committed by Noel Power
parent eac85232e2
commit b9161e5260
3 changed files with 0 additions and 3 deletions

View 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
"""

View File

@ -19,7 +19,6 @@
#
import samba.tests
from samba.samdb import SamDB
class PasswordCommon:

View File

@ -19,7 +19,6 @@
import logging
import os
import uuid
import shutil
from samba.auth import system_session