diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2009-07-19 18:51:15 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2009-07-19 18:51:15 +0200 |
commit | 478446f96dae1f42312b72fda4210f1300023e57 (patch) | |
tree | 7d69d854d2a09a2aec8644fc8a75953f91a257fa /source4/scripting/python/samba/getopt.py | |
parent | 8557d14f65212faceb3e7223818b34b8869a0470 (diff) | |
download | samba-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.py | 2 |
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" |