summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/test_gi.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_gi.py b/tests/test_gi.py
index 7c29615..3c72d28 100644
--- a/tests/test_gi.py
+++ b/tests/test_gi.py
@@ -1,6 +1,9 @@
# -*- Mode: Python; py-indent-offset: 4 -*-
# vim: tabstop=4 shiftwidth=4 expandtab
+import pygtk
+pygtk.require("2.0")
+
import unittest
import gobject