provision: Remove unused imports.
authorJelmer Vernooij <jelmer@samba.org>
Sun, 19 Jul 2009 11:19:54 +0000 (13:19 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 19 Jul 2009 11:19:54 +0000 (13:19 +0200)
source4/setup/provision

index 5cb851ceb79879214ab85a10f16466b4a31ada5d..d7fa6aa54f90d0eeef6dc877871976d1211e8174 100755 (executable)
@@ -22,9 +22,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 
-import getopt
 import optparse
-import os
 import sys
 
 # Find right directory when running from source tree
@@ -34,7 +32,6 @@ import samba
 from samba.credentials import DONT_USE_KERBEROS
 from samba.auth import system_session
 import samba.getopt as options
-from samba import param
 from samba.provision import provision, FILL_FULL, FILL_NT4SYNC, FILL_DRS, find_setup_dir
 
 # how do we make this case insensitive??
@@ -121,7 +118,6 @@ if not opts.interactive and (opts.realm is None or opts.domain is None):
 
 if opts.interactive:
        from getpass import getpass
-       import readline
        import socket
        def ask(prompt, default=None):
                if default is not None: