From e0672ae29bcd345bdf0fec96844f658ffd941039 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 19 Dec 2008 01:24:00 +0000 Subject: Remove swig support from standalone ldb build. --- source4/lib/ldb/tests/python/api.py | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/lib/ldb/tests') 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 -- cgit