1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

Fix imports for minschema.

(This used to be commit bda223a49e6bdeda68518cba27bc92df33784939)
This commit is contained in:
Jelmer Vernooij 2008-05-23 02:44:42 +02:00
parent e56d2db3bd
commit 7cfcec2e9d

View File

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