cantera/interfaces/cython
Bryan W. Weber 6c0866efb8 Add Cython language_level directive to _cantera.pyx
This fixes the warnings generated by recent versions of Cython that
the language_level will be changed in the future. By setting this
directive, all the code in the .pyx files should be written in
Python 3 syntax. This required several changes to the import
syntax in the files to fix relative vs. absolute imports
2019-03-11 17:00:13 -04:00
..
cantera Add Cython language_level directive to _cantera.pyx 2019-03-11 17:00:13 -04:00
.gitignore [SCons] Only build the Python package for Python 3.x 2018-09-19 17:59:59 -04:00
SConscript [SCons] Use Cython from the targeted copy of Python 2018-09-19 17:59:59 -04:00
setup.py.in [SCons] Check for a supported version of Python 2018-09-19 17:59:59 -04:00