mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
netcmd: fix import sort/grouping as per python standard
Signed-off-by: Rob van der Linde <rob@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz>
This commit is contained in:
parent
3da5be0b8f
commit
15440c6d6b
@ -17,16 +17,17 @@
|
||||
#
|
||||
|
||||
import optparse
|
||||
import sys
|
||||
import textwrap
|
||||
import traceback
|
||||
|
||||
import samba
|
||||
from ldb import ERR_INVALID_CREDENTIALS, LdbError
|
||||
from samba import colour
|
||||
from samba.auth import system_session
|
||||
from samba.getopt import SambaOption, OptionError
|
||||
from samba.logger import get_samba_logger
|
||||
from samba.samdb import SamDB
|
||||
from ldb import LdbError, ERR_INVALID_CREDENTIALS
|
||||
import sys
|
||||
import traceback
|
||||
import textwrap
|
||||
|
||||
from .validators import ValidationError
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user