diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-05-21 23:59:34 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-05-21 23:59:34 +0200 |
commit | 49706ab19bd3ffd6125639e6a7753b2350cf54e1 (patch) | |
tree | 0b9493295e69ef8c85926a67b5413f83ee9cbee2 /source4/setup/provision | |
parent | b1fc7bab111fcef7f546e821f24c175bdec6865a (diff) | |
download | samba-49706ab19bd3ffd6125639e6a7753b2350cf54e1.tar.gz samba-49706ab19bd3ffd6125639e6a7753b2350cf54e1.tar.bz2 samba-49706ab19bd3ffd6125639e6a7753b2350cf54e1.zip |
Move more modules inside of the samba package.
(This used to be commit 9b39e99f48266a54ed0b8890c2efde218b4b118a)
Diffstat (limited to 'source4/setup/provision')
-rwxr-xr-x | source4/setup/provision | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/setup/provision b/source4/setup/provision index 2579bc4f19..c1d6cd157a 100755 --- a/source4/setup/provision +++ b/source4/setup/provision @@ -30,10 +30,10 @@ import os, sys sys.path.insert(0, "bin/python") import samba -import param -from auth import system_session +from samba.auth import system_session import samba.getopt as options +from samba import param from samba.provision import (provision, FILL_FULL, FILL_NT4SYNC, FILL_DRS) |