diff options
author | Patrick Simianer <simianer@cl.uni-heidelberg.de> | 2012-07-08 14:26:51 +0200 |
---|---|---|
committer | Patrick Simianer <simianer@cl.uni-heidelberg.de> | 2012-07-08 14:26:51 +0200 |
commit | e816274e337a066df1b1e86ef00136a021a17caf (patch) | |
tree | 6abc906f4675a0ef0b3799395fd96095e4cee2b3 /python/cdec/__init__.py | |
parent | 0fdb260d38c32e0d4d5403b9bcf1d1a4e60be4c4 (diff) | |
parent | ed50f2b747f21f1613243eee75d812d2596f02d0 (diff) |
Merge branch 'master' of github.com:pks/cdec-dtrain
Diffstat (limited to 'python/cdec/__init__.py')
-rw-r--r-- | python/cdec/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/cdec/__init__.py b/python/cdec/__init__.py index eda81194..0d7b8782 100644 --- a/python/cdec/__init__.py +++ b/python/cdec/__init__.py @@ -1 +1,2 @@ from _cdec import Decoder, Lattice +import score |