QGIS/cmake/PythonCompile.py

7 lines
139 B
Python
Raw Normal View History

2012-10-06 13:10:25 +02:00
# -*- coding: utf-8 -*-
# By Simon Edwards <simon@simonzone.com>
# This file is in the public domain.
import py_compile
py_compile.main()