fixed relative imports (language_level=2), need to be explicit for python3 (language_level=3)
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
|
||||
from libc.stdio cimport FILE
|
||||
|
||||
from utility cimport *
|
||||
from math cimport *
|
||||
from mdtypes cimport *
|
||||
from .utility cimport *
|
||||
from .math cimport *
|
||||
from .mdtypes cimport *
|
||||
|
||||
cdef extern from "gromacs/topology/atoms.h":
|
||||
ctypedef struct t_atom:
|
||||
|
Reference in New Issue
Block a user