1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-21 12:59:09 +03:00

Make sure the default ldb modules dir gets initialized.

(This used to be commit 937456c69d)
This commit is contained in:
Jelmer Vernooij
2008-05-22 01:50:38 +02:00
parent a9c142d4f4
commit 6e14d44d27

View File

@ -33,6 +33,8 @@ if _in_source_tree():
srcdir = "%s/../../.." % os.path.dirname(__file__)
sys.path.append("%s/bin/python" % srcdir)
default_ldb_modules_dir = "%s/bin/modules/ldb" % srcdir
else:
default_ldb_modules_dir = None
import ldb