summaryrefslogtreecommitdiff
path: root/tests/test_radiobutton.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
commit7f526a7a0d2b689dfff33a5f435b751309a86573 (patch)
treef1036f698d2e5d6e26b466ed176bd54ccf6169c1 /tests/test_radiobutton.py
parentb3cefe07337eca47b3b257388d89d26e74ed5e7c (diff)
downloadpygtk-7f526a7a0d2b689dfff33a5f435b751309a86573.tar.gz
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/test_radiobutton.py')
-rw-r--r--tests/test_radiobutton.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_radiobutton.py b/tests/test_radiobutton.py
index 98d86dd6..f3731668 100644
--- a/tests/test_radiobutton.py
+++ b/tests/test_radiobutton.py
@@ -1,6 +1,9 @@
import unittest
+import sys
+sys.argv.append('--g-fatal-warnings')
from common import gtk
+print gtk.gtk_version
class RadioTest(unittest.TestCase):
widget_type = None