summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/getopt.py
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2009-07-19 18:51:15 +0200
committerJelmer Vernooij <jelmer@samba.org>2009-07-19 18:51:15 +0200
commit478446f96dae1f42312b72fda4210f1300023e57 (patch)
tree7d69d854d2a09a2aec8644fc8a75953f91a257fa /source4/scripting/python/samba/getopt.py
parent8557d14f65212faceb3e7223818b34b8869a0470 (diff)
downloadsamba-478446f96dae1f42312b72fda4210f1300023e57.tar.gz
samba-478446f96dae1f42312b72fda4210f1300023e57.tar.xz
samba-478446f96dae1f42312b72fda4210f1300023e57.zip
Remove unnecessary imports.
Diffstat (limited to 'source4/scripting/python/samba/getopt.py')
-rw-r--r--source4/scripting/python/samba/getopt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/samba/getopt.py b/source4/scripting/python/samba/getopt.py
index c12245f6c57..8b756b2d6fc 100644
--- a/source4/scripting/python/samba/getopt.py
+++ b/source4/scripting/python/samba/getopt.py
@@ -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"