Update headers, fix style for some py files
[alexxy/gromacs.git] / cmake / PythonCompile.py
1 # By Simon Edwards <simon@simonzone.com>
2 # This file is in the public domain.
3 import sys
4 import py_compile
5 sys.exit(py_compile.main())
6