mirror of
https://github.com/samba-team/samba.git
synced 2025-07-14 12:59:07 +03:00
Remove unnecessary imports.
This commit is contained in:
@ -20,7 +20,7 @@
|
||||
"""Support for parsing Samba-related command-line options."""
|
||||
|
||||
import optparse
|
||||
from credentials import Credentials, AUTO_USE_KERBEROS, DONT_USE_KERBEROS, MUST_USE_KERBEROS
|
||||
from credentials import Credentials, DONT_USE_KERBEROS, MUST_USE_KERBEROS
|
||||
from hostconfig import Hostconfig
|
||||
|
||||
__docformat__ = "restructuredText"
|
||||
|
Reference in New Issue
Block a user