Fix imports for minschema.
authorJelmer Vernooij <jelmer@samba.org>
Fri, 23 May 2008 00:44:42 +0000 (02:44 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Fri, 23 May 2008 00:44:42 +0000 (02:44 +0200)
(This used to be commit bda223a49e6bdeda68518cba27bc92df33784939)

source4/scripting/bin/minschema.py

index 6dd5b42affb4d47d211904465f0fe13f10bd2b8f..111557126d4032d18ab2cee255e146a9eaf4b640 100755 (executable)
@@ -5,6 +5,8 @@
 
 import optparse
 
+import os, sys
+
 # Find right directory when running from source tree
 sys.path.insert(0, "bin/python")