mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
python: sd_utils: pep8 import sorting
Signed-off-by: Rob van der Linde <rob@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
committed by
Andrew Bartlett
parent
0127ddd7e2
commit
62e11cfa8a
@ -18,14 +18,12 @@
|
||||
|
||||
"""Utility methods for security descriptor manipulation."""
|
||||
|
||||
from ldb import FLAG_MOD_REPLACE, SCOPE_BASE, Dn, Message, MessageElement
|
||||
|
||||
import samba
|
||||
from ldb import Message, MessageElement, Dn
|
||||
from ldb import FLAG_MOD_REPLACE, SCOPE_BASE
|
||||
from samba.ndr import ndr_pack, ndr_unpack, ndr_deepcopy
|
||||
from samba.dcerpc import security
|
||||
from samba.ntstatus import (
|
||||
NT_STATUS_OBJECT_NAME_NOT_FOUND,
|
||||
)
|
||||
from samba.ndr import ndr_deepcopy, ndr_pack, ndr_unpack
|
||||
from samba.ntstatus import NT_STATUS_OBJECT_NAME_NOT_FOUND
|
||||
|
||||
|
||||
def escaped_claim_id(claim_id):
|
||||
|
Reference in New Issue
Block a user