From bc2a05f0010f5dece89fda13fd525a1a7ca536a0 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Fri, 18 Sep 2009 20:21:29 +0200 Subject: s4:domainlevel/pwsettings - Remove unused import --- source4/setup/domainlevel | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/setup/domainlevel') diff --git a/source4/setup/domainlevel b/source4/setup/domainlevel index 179adda361..dcc26a29c9 100755 --- a/source4/setup/domainlevel +++ b/source4/setup/domainlevel @@ -11,7 +11,6 @@ sys.path.insert(0, os.path.join(os.path.dirname(sys.argv[0]), "../bin/python")) import samba.getopt as options import optparse -import pwd import ldb from samba.auth import system_session -- cgit