diff options
author | Johan Dahlin <johan@src.gnome.org> | 2004-07-19 10:14:25 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2004-07-19 10:14:25 +0000 |
commit | fb6e18271f6dff9d1c4ef9f19019634371559585 (patch) | |
tree | 0be4a9e8d79c539ca80dc1ea99476bd92e61a590 /tests/common.py | |
parent | 15ade3fde2f5946886466c5788fa49314583af83 (diff) | |
download | pygobject-fb6e18271f6dff9d1c4ef9f19019634371559585.tar.gz pygobject-fb6e18271f6dff9d1c4ef9f19019634371559585.tar.xz pygobject-fb6e18271f6dff9d1c4ef9f19019634371559585.zip |
Remove, out of date since 0.6.x!
* description.py: Remove, out of date since 0.6.x!
* tests/Makefile.am, tests/common.py: Make distcheck pass
Diffstat (limited to 'tests/common.py')
-rw-r--r-- | tests/common.py | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/tests/common.py b/tests/common.py index d65fb3b..b5eb774 100644 --- a/tests/common.py +++ b/tests/common.py @@ -1,16 +1,11 @@ -import os -import sys - -# Don't insert before . (first in list) -sys.path.insert(1, os.path.join('../gobject/.libs')) -sys.path.insert(1, os.path.join('../gtk/.libs')) +import ltihooks import gobject import atk import pango + import gtk from gtk import gdk from gtk import glade -import ltihooks ltihooks.uninstall() |