summaryrefslogtreecommitdiff
path: root/python/pkg
diff options
context:
space:
mode:
authorVictor Chahuneau <vchahune@cs.cmu.edu>2012-08-08 18:56:02 -0400
committerVictor Chahuneau <vchahune@cs.cmu.edu>2012-08-08 18:56:02 -0400
commite0eabf1e59cbfa85b00efcff699cdcd6a524e9c5 (patch)
treee6d013ebdb0eafc8e1e380e84549460847d685ac /python/pkg
parentcc5584e9b066e6d1177495f7028ff49ab057ed52 (diff)
[python] Get rid of the GIL
Diffstat (limited to 'python/pkg')
-rw-r--r--python/pkg/cdec/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/pkg/cdec/__init__.py b/python/pkg/cdec/__init__.py
index 531fea49..8e10f340 100644
--- a/python/pkg/cdec/__init__.py
+++ b/python/pkg/cdec/__init__.py
@@ -1 +1,2 @@
-from cdec._cdec import Decoder, Lattice, TRule, MRule, NT, NTRef, ParseFailed, InvalidConfig
+from cdec._cdec import Decoder, Lattice, TRule, MRule, NT, NTRef,\
+ ParseFailed, InvalidConfig, set_silent