summaryrefslogtreecommitdiffstats
path: root/tests/common.py
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2004-07-17 17:54:50 +0000
committerJohan Dahlin <johan@src.gnome.org>2004-07-17 17:54:50 +0000
commit3b9951be52eeac3d76755808eafcdca864bc4e74 (patch)
tree7a40bd036937dc76445771fdaaeadbac3ffd2541 /tests/common.py
parentb889f44c6adeaf10d5e1ae0a2e69ef5ee218ccad (diff)
downloadpygobject-3b9951be52eeac3d76755808eafcdca864bc4e74.tar.gz
pygobject-3b9951be52eeac3d76755808eafcdca864bc4e74.tar.xz
pygobject-3b9951be52eeac3d76755808eafcdca864bc4e74.zip
add, forgot it in last commit
* tests/enum.py: add, forgot it in last commit * gobject/: Move gobject source files in here.
Diffstat (limited to 'tests/common.py')
-rw-r--r--tests/common.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/common.py b/tests/common.py
index ff2eef9..d65fb3b 100644
--- a/tests/common.py
+++ b/tests/common.py
@@ -2,9 +2,9 @@ import os
import sys
# Don't insert before . (first in list)
-sys.path.insert(1, os.path.join('..'))
+sys.path.insert(1, os.path.join('../gobject/.libs'))
+sys.path.insert(1, os.path.join('../gtk/.libs'))
-path = os.path.abspath(os.path.join('..', 'gtk'))
import gobject
import atk
import pango