diff options
Diffstat (limited to 'modules/PythonCompile.py')
-rw-r--r-- | modules/PythonCompile.py | 4 |
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() |