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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Python Compiled Bytecode
|
2000-06-06
|
10.9 KB
|
15 lines
# Source Generated with Decompyle++
# File: in.pyc (Python 1.5)
"""Utilities needed to emulate Python's interactive interpreter.
Inspired by similar code by Jeff Epler and Fredrik Lundh.
"""
import sys
import string
import traceback
compile_command
if __name__ == '__main__':
interact()