1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +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 14:33:49 +13:00 committed by Noel Power
parent 135a3c2944
commit 68b284f690
6 changed files with 6 additions and 8 deletions

View File

@ -21,7 +21,7 @@
"""
from samba import check_password_quality
from samba.tests import TestCase, TestCaseInTempDir
from samba.tests import TestCase
class PasswordQualityTests(TestCase):

View File

@ -18,8 +18,7 @@
"""Tests for samba.samba3."""
from samba.samba3 import IdmapDatabase
from samba.tests import TestCase, TestCaseInTempDir
from samba.dcerpc.security import dom_sid
from samba.tests import TestCase
import os
for p in ["../../../../../testdata/samba3", "../../../../testdata/samba3"]:

View File

@ -18,7 +18,7 @@
"""Tests for samba.samba3.param"""
from samba.samba3 import param as s3param
from samba.tests import TestCase, TestCaseInTempDir
from samba.tests import TestCaseInTempDir
import os

View File

@ -19,7 +19,7 @@
from samba.samba3 import passdb
from samba.samba3 import param as s3param
from samba.tests import TestCase, TestCaseInTempDir
from samba.tests import TestCaseInTempDir
from samba.dcerpc.security import dom_sid
import os

View File

@ -18,8 +18,7 @@
"""Tests for samba.samba3."""
from samba.samba3 import Registry
from samba.tests import TestCase, TestCaseInTempDir
from samba.dcerpc.security import dom_sid
from samba.tests import TestCase
import os

View File

@ -18,7 +18,7 @@
"""Tests for samba.samba3."""
from samba.samba3 import WinsDatabase
from samba.tests import TestCase, TestCaseInTempDir
from samba.tests import TestCase
import os