Adapt python bindings for Options changes
[alexxy/gromacs.git] / cmake / PythonCompile.py
1 # By Simon Edwards <simon@simonzone.com>
2 # This file is in the public domain.
3 import py_compile, sys
4 sys.exit(py_compile.main())
5