summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/tests
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-12-19 01:24:00 +0000
committerJelmer Vernooij <jelmer@samba.org>2008-12-19 01:24:00 +0000
commite0672ae29bcd345bdf0fec96844f658ffd941039 (patch)
tree4b994f039164b362265f8c0178d0cae9d2a0428d /source4/lib/ldb/tests
parenta57b1aa0f1df4fb5ec5a5b38f0505302ae20f001 (diff)
downloadsamba-e0672ae29bcd345bdf0fec96844f658ffd941039.tar.gz
samba-e0672ae29bcd345bdf0fec96844f658ffd941039.tar.bz2
samba-e0672ae29bcd345bdf0fec96844f658ffd941039.zip
Remove swig support from standalone ldb build.
Diffstat (limited to 'source4/lib/ldb/tests')
-rwxr-xr-xsource4/lib/ldb/tests/python/api.py1
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