mirror of
https://github.com/samba-team/samba.git
synced 2025-12-12 12:23:50 +03:00
python: getopt: correctly group and sort imports
Signed-off-by: Rob van der Linde <rob@catalyst.net.nz> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Andrew Bartlett
parent
1f8b4913c6
commit
c688e73358
@@ -20,15 +20,16 @@
|
||||
__docformat__ = "restructuredText"
|
||||
|
||||
import optparse
|
||||
from copy import copy
|
||||
import os
|
||||
import sys
|
||||
from copy import copy
|
||||
|
||||
from samba.credentials import (
|
||||
Credentials,
|
||||
AUTO_USE_KERBEROS,
|
||||
DONT_USE_KERBEROS,
|
||||
MUST_USE_KERBEROS,
|
||||
)
|
||||
import sys
|
||||
from samba._glue import get_burnt_commandline
|
||||
|
||||
OptionError = optparse.OptionValueError
|
||||
|
||||
Reference in New Issue
Block a user