mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
python:tests: Remove unused imports
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
abab561d44
commit
49f54e2bd6
@ -24,14 +24,11 @@ This deliberately allows you to do broken things that SDDL doesn't.
|
||||
- etc.
|
||||
"""
|
||||
|
||||
import samba
|
||||
|
||||
from samba.security import access_check
|
||||
from samba.tests import DynamicTestCase, TestCase, get_env_dir
|
||||
from samba.tests import DynamicTestCase, TestCase
|
||||
from samba.tests import conditional_ace_assembler as caa
|
||||
from samba.tests.token_factory import token as Token
|
||||
from samba.dcerpc import security
|
||||
from samba.ndr import ndr_unpack, ndr_pack
|
||||
from samba.ndr import ndr_pack
|
||||
from samba import NTSTATUSError
|
||||
from samba.ntstatus import NT_STATUS_ACCESS_DENIED
|
||||
from samba.colour import colourdiff
|
||||
|
@ -24,7 +24,7 @@ from samba.tests.token_factory import token as Token
|
||||
from samba.tests.token_factory import list_to_claim
|
||||
from samba.dcerpc.security import CLAIM_SECURITY_ATTRIBUTE_RELATIVE_V1
|
||||
from samba.tests import TestCase, DynamicTestCase, get_env_dir
|
||||
from samba.colour import c_RED, c_GREEN
|
||||
from samba.colour import c_RED
|
||||
import os
|
||||
from samba import NTSTATUSError
|
||||
from samba.ntstatus import NT_STATUS_ACCESS_DENIED
|
||||
|
Loading…
Reference in New Issue
Block a user