diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-12-19 01:24:00 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-12-19 01:24:00 +0000 |
commit | e0672ae29bcd345bdf0fec96844f658ffd941039 (patch) | |
tree | 4b994f039164b362265f8c0178d0cae9d2a0428d /source4/lib/ldb/tests/python | |
parent | a57b1aa0f1df4fb5ec5a5b38f0505302ae20f001 (diff) | |
download | samba-e0672ae29bcd345bdf0fec96844f658ffd941039.tar.gz samba-e0672ae29bcd345bdf0fec96844f658ffd941039.tar.bz2 samba-e0672ae29bcd345bdf0fec96844f658ffd941039.zip |
Remove swig support from standalone ldb build.
Diffstat (limited to 'source4/lib/ldb/tests/python')
-rwxr-xr-x | source4/lib/ldb/tests/python/api.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/lib/ldb/tests/python/api.py b/source4/lib/ldb/tests/python/api.py index 4b3501839f..6832a10bae 100755 --- a/source4/lib/ldb/tests/python/api.py +++ b/source4/lib/ldb/tests/python/api.py @@ -6,7 +6,6 @@ import os, sys import unittest # Required for the standalone LDB build -sys.path.append("swig") sys.path.append("build/lib.linux-i686-2.4") import ldb |