fixed relative imports (language_level=2), need to be explicit for python3 (language_level=3)
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
|
||||
from utility cimport real
|
||||
from .utility cimport real
|
||||
|
||||
cdef extern from "gromacs/math/vectypes.h":
|
||||
ctypedef real rvec[3]
|
||||
|
Reference in New Issue
Block a user