diff options
author | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2009-09-18 20:21:29 +0200 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2009-09-18 20:27:30 +0200 |
commit | bc2a05f0010f5dece89fda13fd525a1a7ca536a0 (patch) | |
tree | a45d70d44bc2c36ac77c83fc3dc883a54598f942 /source4/setup/domainlevel | |
parent | a873ea42caae61162e9d334442e521f7ebbf4935 (diff) | |
download | samba-bc2a05f0010f5dece89fda13fd525a1a7ca536a0.tar.gz samba-bc2a05f0010f5dece89fda13fd525a1a7ca536a0.tar.bz2 samba-bc2a05f0010f5dece89fda13fd525a1a7ca536a0.zip |
s4:domainlevel/pwsettings - Remove unused import
Diffstat (limited to 'source4/setup/domainlevel')
-rwxr-xr-x | source4/setup/domainlevel | 1 |
1 files changed, 0 insertions, 1 deletions
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 |