remove import of Cython.Shadow

This commit is contained in:
2010-04-29 13:58:28 +00:00
parent 8bf941840e
commit cf4cc8a3e2

View File

@ -18,7 +18,6 @@ from obitools.alignment import Alignment
#
from _dynamic cimport *
from Cython.Shadow import NULL
cdef AlignMatrix* allocateMatrix(int hsize, int vsize,AlignMatrix *matrix=NULL):