From e478d997145e9eac77054a5821dbdbbba4c728d2 Mon Sep 17 00:00:00 2001 From: Nicholas Piper Date: Mon, 26 Mar 2007 14:10:33 +0000 Subject: Use build-tree libraries for Python test, not the installed set. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1411 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- bindings/python/tests/tests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bindings/python/tests') diff --git a/bindings/python/tests/tests.py b/bindings/python/tests/tests.py index 474b6a1..c402ac1 100644 --- a/bindings/python/tests/tests.py +++ b/bindings/python/tests/tests.py @@ -1,9 +1,10 @@ import unittest -import gpod import shutil import tempfile import os +gpod = __import__('__init__') + class TestiPodFunctions(unittest.TestCase): def setUp(self): self.mp = tempfile.mkdtemp() -- cgit