Revision 6f09793c465ae5629e62a68a4d2e3474e765333a authored by Jorge Gustavo Rocha on 15 January 2017, 19:47:01 UTC, committed by rldhont on 23 January 2017, 09:05:14 UTC
1 parent 538b7c9
Raw File
PythonCompile.py
# -*- coding: utf-8 -*-

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