Some changes in relation with the new obitools3.apps module

This commit is contained in:
2016-03-28 15:05:59 +02:00
parent e583098a96
commit 2dfab3f378
2 changed files with 23 additions and 1 deletions

View File

@ -1,5 +1,6 @@
#cython: language_level=3
cdef bytes str2bytes(str string)
cdef str bytes2str(bytes string)