QGIS/cmake/PythonCompile.py
2024-11-29 15:38:02 +01:00

6 lines
115 B
Python

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