1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

s4:domainlevel/pwsettings - Remove unused import

This commit is contained in:
Matthias Dieter Wallnöfer 2009-09-18 20:21:29 +02:00
parent a873ea42ca
commit bc2a05f001
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -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