summaryrefslogtreecommitdiffstats
path: root/tests/common.py
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2005-07-08 19:22:07 +0000
committerJohan Dahlin <johan@src.gnome.org>2005-07-08 19:22:07 +0000
commit849b333589eb9abcc5f5af4e4ee599af0bb8660d (patch)
treeee9358a521d4424211c25637d18dd495152ebed5 /tests/common.py
parent264ff959e8c3925ecb0b9756c1b6f807ef7115aa (diff)
downloadpygobject-849b333589eb9abcc5f5af4e4ee599af0bb8660d.tar.gz
pygobject-849b333589eb9abcc5f5af4e4ee599af0bb8660d.tar.xz
pygobject-849b333589eb9abcc5f5af4e4ee599af0bb8660d.zip
Merge new Gdk & Gtk API. pango.Renderer and functions/methods also added.
* configure.in: * gtk/Makefile.am: * gtk/gdk-types.defs: * gtk/gdk.defs: * gtk/gdk.override: * gtk/gtk.defs: * pango-types.defs: * pango.defs: Merge new Gdk & Gtk API. pango.Renderer and functions/methods also added. Bump required glib,gtk & pango versions.
Diffstat (limited to 'tests/common.py')
-rw-r--r--tests/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/common.py b/tests/common.py
index 64fc6f4..e970461 100644
--- a/tests/common.py
+++ b/tests/common.py
@@ -15,7 +15,7 @@ def importModules(buildDir, srcDir):
sys.path.insert(0, os.path.join(buildDir, 'gtk'))
# testhelper
sys.path.insert(0, os.path.join(buildDir, 'tests'))
-
+ sys.argv.append('--g-fatal-warnings')
import ltihooks
gobject = importModule('gobject', buildDir, 'gobject/gobject.la')