X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=cmake%2FPythonCompile.py;h=4b12c13da97f2084bfc9967e9489143741c0c8f8;hb=0595b4a4c763a0bc574658992081abf8b0abc3fe;hp=e7cc17ee6fcb00a2ec3e0cef0545481d95309afd;hpb=60e4ed7e229b54c47f5847128df2ede11d42a60d;p=alexxy%2Fgromacs.git diff --git a/cmake/PythonCompile.py b/cmake/PythonCompile.py index e7cc17ee6f..4b12c13da9 100644 --- a/cmake/PythonCompile.py +++ b/cmake/PythonCompile.py @@ -1,5 +1,6 @@ # By Simon Edwards # This file is in the public domain. -import py_compile, sys +import sys +import py_compile sys.exit(py_compile.main())