home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2010 November / maximum-cd-2010-11.iso / DiscContents / calibre-0.7.13.msi / file_330 (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2010-08-06  |  499 b   |  10 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. from warnings import warnpy3k
  5. warnpy3k('the compiler package has been removed in Python 3.0', stacklevel = 2)
  6. del warnpy3k
  7. from compiler.transformer import parse, parseFile
  8. from compiler.visitor import walk
  9. from compiler.pycodegen import compile, compileFile
  10.