home *** CD-ROM | disk | FTP | other *** search
- # Source Generated with Decompyle++
- # File: in.pyc (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
-