aboutsummaryrefslogtreecommitdiff
path: root/modules/PythonCompile.py
diff options
context:
space:
mode:
authorLaurent Montel <montel@kde.org>2008-10-20 07:25:56 +0000
committerLaurent Montel <montel@kde.org>2008-10-20 07:25:56 +0000
commitf2b7bb7aa8a67046c6ac2f1d06e2705f36f6d8fa (patch)
tree4903c897ef30e8fcbddd3954b6572991cd4a827d /modules/PythonCompile.py
parent5376127a9774307cd37d802cc2bfe45c87961a03 (diff)
downloadextra-cmake-modules-f2b7bb7aa8a67046c6ac2f1d06e2705f36f6d8fa.tar.gz
extra-cmake-modules-f2b7bb7aa8a67046c6ac2f1d06e2705f36f6d8fa.tar.bz2
Move here
svn path=/trunk/KDE/kdelibs/; revision=873796
Diffstat (limited to 'modules/PythonCompile.py')
-rw-r--r--modules/PythonCompile.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/PythonCompile.py b/modules/PythonCompile.py
new file mode 100644
index 00000000..af859a22
--- /dev/null
+++ b/modules/PythonCompile.py
@@ -0,0 +1,4 @@
+# By Simon Edwards <simon@simonzone.com>
+# This file is in the public domain.
+import py_compile
+py_compile.main()