kdelibs/cmake/modules/PythonCompile.py

5 lines
129 B
Python
Raw Normal View History

2014-11-13 01:04:59 +02:00
# By Simon Edwards <simon@simonzone.com>
# This file is in the public domain.
import py_compile, sys
sys.exit(py_compile.main())