fixed relative imports (language_level=2), need to be explicit for python3 (language_level=3)

This commit is contained in:
2025-05-23 21:52:11 +02:00
parent a7e02ba47c
commit d5a43b2b6b
7 changed files with 17 additions and 17 deletions

View File

@ -1,6 +1,6 @@
from libc.stdio cimport FILE
from utility cimport *
from .utility cimport *
#cdef extern from "gromacs/fileio/gmx_system_xdr.h":
# ctypedef struct XDR: