qtermwidget-packaging/pyqt/cmake/PythonCompile.py
Alf Gaida 61cadf1659 Cherry-picking upstream release: 0.9.0.
* Moved debian/.gitignore to ./.gitignore
* Bumped build dependency lxqt-build-tools to >= 0.5.0~
* Removed cmake fix, applied upstream
* Added some options to rules
* Added some new symbols
2018-05-24 01:11:16 +02:00

5 lines
129 B
Python

# By Simon Edwards <simon@simonzone.com>
# This file is in the public domain.
import py_compile, sys
sys.exit(py_compile.main())