summaryrefslogtreecommitdiff
path: root/python/src/_cdec.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'python/src/_cdec.pyx')
-rw-r--r--python/src/_cdec.pyx4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/src/_cdec.pyx b/python/src/_cdec.pyx
index 698a66f6..6fafbbc0 100644
--- a/python/src/_cdec.pyx
+++ b/python/src/_cdec.pyx
@@ -6,11 +6,11 @@ cimport decoder
include "vectors.pxi"
include "hypergraph.pxi"
include "lattice.pxi"
+include "mteval.pxi"
SetSilent(True)
-class ParseFailed(Exception):
- pass
+class ParseFailed(Exception): pass
cdef class Decoder:
cdef decoder.Decoder* dec