summaryrefslogtreecommitdiff
path: root/python/src/sa/sym.pxi
diff options
context:
space:
mode:
authorVictor Chahuneau <vchahune@cs.cmu.edu>2012-07-27 23:33:45 -0400
committerVictor Chahuneau <vchahune@cs.cmu.edu>2012-07-27 23:33:45 -0400
commitee5e376e263d9aeabdeee6968b4457f53d3fc772 (patch)
tree34966090241c5dbd798b324a9f0f806c49aef778 /python/src/sa/sym.pxi
parent1d481414a2fa8505a2591c88e2b7b8f86a682ca2 (diff)
[python] Move python files to avoid pythonpath conflicts
Diffstat (limited to 'python/src/sa/sym.pxi')
-rw-r--r--python/src/sa/sym.pxi2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/src/sa/sym.pxi b/python/src/sa/sym.pxi
index 4b41886f..132925f6 100644
--- a/python/src/sa/sym.pxi
+++ b/python/src/sa/sym.pxi
@@ -101,5 +101,5 @@ cdef int sym_getindex(int sym):
cdef int sym_setindex(int sym, int id):
return ALPHABET.setindex(sym, id)
-def sym_fromstring(bytes string, bint terminal):
+def sym_fromstring(char* string, bint terminal):
return ALPHABET.fromstring(string, terminal)