diff options
author | Michael Denkowski <michael.j.denkowski@gmail.com> | 2013-01-28 15:26:58 -0500 |
---|---|---|
committer | Michael Denkowski <michael.j.denkowski@gmail.com> | 2013-01-28 15:26:58 -0500 |
commit | b6fb7d74fe72c2a569b8c0448fc66ede6f1cfd67 (patch) | |
tree | a3315b05417b19b463b9e773576dcc0cfdeb619d /python/src/sa | |
parent | 2dd5feffac709c2628a593d76eaff590f22f226c (diff) |
For now, don't use online bilex counts
Diffstat (limited to 'python/src/sa')
-rw-r--r-- | python/src/sa/_sa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/src/sa/_sa.c b/python/src/sa/_sa.c index 7d73b3b7..89445b45 100644 --- a/python/src/sa/_sa.c +++ b/python/src/sa/_sa.c @@ -1,4 +1,4 @@ -/* Generated by Cython 0.17.1 on Mon Jan 28 11:56:59 2013 */ +/* Generated by Cython 0.17.1 on Mon Jan 28 14:28:01 2013 */ #define PY_SSIZE_T_CLEAN #include "Python.h" |