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:
parent
135a3c2944
commit
68b284f690
@ -21,7 +21,7 @@
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
from samba import check_password_quality
|
from samba import check_password_quality
|
||||||
from samba.tests import TestCase, TestCaseInTempDir
|
from samba.tests import TestCase
|
||||||
|
|
||||||
|
|
||||||
class PasswordQualityTests(TestCase):
|
class PasswordQualityTests(TestCase):
|
||||||
|
@ -18,8 +18,7 @@
|
|||||||
"""Tests for samba.samba3."""
|
"""Tests for samba.samba3."""
|
||||||
|
|
||||||
from samba.samba3 import IdmapDatabase
|
from samba.samba3 import IdmapDatabase
|
||||||
from samba.tests import TestCase, TestCaseInTempDir
|
from samba.tests import TestCase
|
||||||
from samba.dcerpc.security import dom_sid
|
|
||||||
import os
|
import os
|
||||||
|
|
||||||
for p in ["../../../../../testdata/samba3", "../../../../testdata/samba3"]:
|
for p in ["../../../../../testdata/samba3", "../../../../testdata/samba3"]:
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
"""Tests for samba.samba3.param"""
|
"""Tests for samba.samba3.param"""
|
||||||
|
|
||||||
from samba.samba3 import param as s3param
|
from samba.samba3 import param as s3param
|
||||||
from samba.tests import TestCase, TestCaseInTempDir
|
from samba.tests import TestCaseInTempDir
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
from samba.samba3 import passdb
|
from samba.samba3 import passdb
|
||||||
from samba.samba3 import param as s3param
|
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
|
from samba.dcerpc.security import dom_sid
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
@ -18,8 +18,7 @@
|
|||||||
"""Tests for samba.samba3."""
|
"""Tests for samba.samba3."""
|
||||||
|
|
||||||
from samba.samba3 import Registry
|
from samba.samba3 import Registry
|
||||||
from samba.tests import TestCase, TestCaseInTempDir
|
from samba.tests import TestCase
|
||||||
from samba.dcerpc.security import dom_sid
|
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
"""Tests for samba.samba3."""
|
"""Tests for samba.samba3."""
|
||||||
|
|
||||||
from samba.samba3 import WinsDatabase
|
from samba.samba3 import WinsDatabase
|
||||||
from samba.tests import TestCase, TestCaseInTempDir
|
from samba.tests import TestCase
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user