From 517c987b6dd2766d9ec4ba1583f32692d8be1793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Saltvik?= Date: Wed, 8 Aug 2012 13:25:47 +0200 Subject: [PATCH] PyEval_InitThreads --- bindings/python/native/telldus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/native/telldus.c b/bindings/python/native/telldus.c index 6bd200c0..7aab562f 100644 --- a/bindings/python/native/telldus.c +++ b/bindings/python/native/telldus.c @@ -627,7 +627,7 @@ inittelldus(void) /* Create the module and add the functions */ - /* PyEval_InitThreads(); */ + PyEval_InitThreads(); module = Py_InitModule("telldus", telldus_methods);