diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-05-22 01:47:36 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-05-22 01:47:36 +0200 |
commit | 84a3290c8f0adf1248e61ab9f6c88bcfd4650375 (patch) | |
tree | fd36f953a2c33004c14e61447d70574e8bf0ba29 /source4/setup/enableaccount | |
parent | 7e3367704799a2279f125104c762886a1c257535 (diff) | |
download | samba-84a3290c8f0adf1248e61ab9f6c88bcfd4650375.tar.gz samba-84a3290c8f0adf1248e61ab9f6c88bcfd4650375.tar.bz2 samba-84a3290c8f0adf1248e61ab9f6c88bcfd4650375.zip |
Fix python imports.
(This used to be commit 453206665677821b254c18cc67192e007b892f04)
Diffstat (limited to 'source4/setup/enableaccount')
-rwxr-xr-x | source4/setup/enableaccount | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/setup/enableaccount b/source4/setup/enableaccount index ad81042998..c2321606a6 100755 --- a/source4/setup/enableaccount +++ b/source4/setup/enableaccount @@ -14,7 +14,7 @@ import optparse import pwd import ldb -from auth import system_session +from samba.auth import system_session from samba.samdb import SamDB parser = optparse.OptionParser("setpassword [username] [options]") |