obf.py
author jon
Fri, 27 Jul 2007 10:03:24 +0200
changeset 57 9bf197698af0
parent 5 f8652b073e84
child 58 39cd981ff242
permissions -rw-r--r--
SVGUI Functions Blocks added
from py_compile import compile
from commands import getoutput
from os import remove,getcwd,rename

for filename in getoutput("find . -name '*.py'").splitlines():
        print "Compilation de :", filename
        compile(filename)