home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd2.bin / convert / eJayMp3Pro / mp3pro_demo.exe / CODE.PYC (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2000-06-06  |  10.9 KB  |  15 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 1.5)
  3.  
  4. """Utilities needed to emulate Python's interactive interpreter.
  5.  
  6. Inspired by similar code by Jeff Epler and Fredrik Lundh.
  7. """
  8. import sys
  9. import string
  10. import traceback
  11. compile_command
  12. if __name__ == '__main__':
  13.     interact()
  14.  
  15.