home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Maximum CD 2011 February
/
maximum-cd-2011-02.iso
/
DiscContents
/
digsby_setup85.exe
/
lib
/
compiler
/
__init__.pyo
(
.txt
)
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Python Compiled Bytecode
|
2010-11-24
|
500 b
|
10 lines
# Source Generated with Decompyle++
# File: in.pyo (Python 2.6)
from warnings import warnpy3k
warnpy3k('the compiler package has been removed in Python 3.0', stacklevel = 2)
del warnpy3k
from compiler.transformer import parse, parseFile
from compiler.visitor import walk
from compiler.pycodegen import compile, compileFile