patch import

This commit is contained in:
2016-12-20 08:15:42 +01:00
parent f43dc3e3ab
commit d1a972dfcb

View File

@ -1,7 +1,7 @@
#cython: language_level=3 #cython: language_level=3
from ._obidms cimport OBIView from ._obiview cimport OBIView
from ._obiseq cimport OBI_Nuc_Seq, OBI_Nuc_Seq_Stored from ._obiseq cimport OBI_Nuc_Seq, OBI_Nuc_Seq_Stored
cdef class OBIView_NUC_SEQS_QUAL(OBIView_NUC_SEQS): cdef class OBIView_NUC_SEQS_QUAL(OBIView_NUC_SEQS):