e7cc17ee6fcb00a2ec3e0cef0545481d95309afd
[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