Add initial support for python bindings
[alexxy/gromacs.git] / src / pygromacs / cmake / modules / 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