summaryrefslogtreecommitdiffstats
path: root/tests/testhelpermodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testhelpermodule.c')
-rw-r--r--tests/testhelpermodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testhelpermodule.c b/tests/testhelpermodule.c
index 95542a3..d35aecc 100644
--- a/tests/testhelpermodule.c
+++ b/tests/testhelpermodule.c
@@ -484,8 +484,8 @@ inittesthelper ()
PyObject *m, *d;
PyObject *module;
- init_pygobject();
g_thread_init(NULL);
+ init_pygobject();
m = Py_InitModule ("testhelper", testhelper_functions);
d = PyModule_GetDict(m);