summaryrefslogtreecommitdiffstats
path: root/bindings/python/pfw.i
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/python/pfw.i')
-rw-r--r--bindings/python/pfw.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/pfw.i b/bindings/python/pfw.i
index 9dbccbd..2d39228 100644
--- a/bindings/python/pfw.i
+++ b/bindings/python/pfw.i
@@ -32,7 +32,7 @@
// like derived C++ classes (calls to virtual methods will be properly
// forwarded to Python) - only on classes for which is it specified, see
// ILogger below..
-%module(directors="1") PyPfw
+%module(directors="1", threads="1") PyPfw
%feature("director:except") {
if ($error != NULL) {