PyEval_InitThreads

This commit is contained in:
Øyvind Saltvik 2012-08-08 13:25:47 +02:00
parent f09ebea266
commit 517c987b6d

View file

@ -627,7 +627,7 @@ inittelldus(void)
/* Create the module and add the functions */
/* PyEval_InitThreads(); */
PyEval_InitThreads();
module = Py_InitModule("telldus", telldus_methods);