summaryrefslogtreecommitdiff
path: root/source4/scripting
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-05-23 02:44:42 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-05-23 02:44:42 +0200
commit7cfcec2e9d8ea5ad9619848f60c846e805fb15a2 (patch)
tree2e2b89ae1121cc45c1fc3374fdb2db57c5db78e5 /source4/scripting
parente56d2db3bd5c0edf115fbd30a68fcca8fe1bdd29 (diff)
downloadsamba-7cfcec2e9d8ea5ad9619848f60c846e805fb15a2.tar.gz
samba-7cfcec2e9d8ea5ad9619848f60c846e805fb15a2.tar.bz2
samba-7cfcec2e9d8ea5ad9619848f60c846e805fb15a2.zip
Fix imports for minschema.
(This used to be commit bda223a49e6bdeda68518cba27bc92df33784939)
Diffstat (limited to 'source4/scripting')
-rwxr-xr-xsource4/scripting/bin/minschema.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/scripting/bin/minschema.py b/source4/scripting/bin/minschema.py
index 6dd5b42aff..111557126d 100755
--- a/source4/scripting/bin/minschema.py
+++ b/source4/scripting/bin/minschema.py
@@ -5,6 +5,8 @@
import optparse
+import os, sys
+
# Find right directory when running from source tree
sys.path.insert(0, "bin/python")