patch some relative imports
This commit is contained in:
@ -2,7 +2,8 @@
|
|||||||
|
|
||||||
|
|
||||||
from obitools3.dms.capi.obitypes cimport index_t
|
from obitools3.dms.capi.obitypes cimport index_t
|
||||||
from obitools3.dms.column.column cimport Column
|
from obitools3.dms.column.column cimport Column, \
|
||||||
|
Column_multi_elts
|
||||||
|
|
||||||
cdef class Column_idx(Column) :
|
cdef class Column_idx(Column) :
|
||||||
|
|
||||||
|
@ -29,3 +29,4 @@ cdef class Taxonomy(OBIWrapper) :
|
|||||||
cdef class Taxon :
|
cdef class Taxon :
|
||||||
cdef ecotx_t* _pointer
|
cdef ecotx_t* _pointer
|
||||||
cdef Taxonomy _tax
|
cdef Taxonomy _tax
|
||||||
|
|
@ -4,7 +4,6 @@ from obitools3.utils cimport str2bytes, bytes2str, tobytes, tostr
|
|||||||
from obitools3.dms.capi.obitaxonomy cimport ecotx_t, OBIDMS_taxonomy_p
|
from obitools3.dms.capi.obitaxonomy cimport ecotx_t, OBIDMS_taxonomy_p
|
||||||
|
|
||||||
from obitools3.dms.dms cimport DMS
|
from obitools3.dms.dms cimport DMS
|
||||||
from obitools3.dms.dms import DMS
|
|
||||||
|
|
||||||
from obitools3.dms.object cimport OBIWrapper
|
from obitools3.dms.object cimport OBIWrapper
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user