diff options
Diffstat (limited to 'test/python/test-client.py')
| -rwxr-xr-x | test/python/test-client.py | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/test/python/test-client.py b/test/python/test-client.py index f9f692c2..51d655db 100755 --- a/test/python/test-client.py +++ b/test/python/test-client.py @@ -6,8 +6,10 @@ builddir = os.environ["DBUS_TOP_BUILDDIR"]  pydir = builddir + "/python"  sys.path.insert(0, pydir) +sys.path.insert(0, pydir + "/.libs")  import dbus +import dbus_bindings  if not dbus.__file__.startswith(pydir):      raise Exception("DBus modules are not being picked up from the package")  | 
