This commit is contained in:
Celine Mercier
2015-09-25 11:29:17 +02:00
parent 0951934f77
commit 9aaf2d264a
9 changed files with 72 additions and 0 deletions

View File

@ -0,0 +1,3 @@
cdef bytes str2bytes(str string)
cdef str bytes2str(bytes string)