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