diff options
-rwxr-xr-x | source4/setup/domainlevel | 1 | ||||
-rwxr-xr-x | source4/setup/pwsettings | 1 |
2 files changed, 0 insertions, 2 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 diff --git a/source4/setup/pwsettings b/source4/setup/pwsettings index fccd73fc41..521a58e008 100755 --- a/source4/setup/pwsettings +++ b/source4/setup/pwsettings @@ -15,7 +15,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 |