home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Maximum CD 2010 November
/
maximum-cd-2010-11.iso
/
DiscContents
/
calibre-0.7.13.msi
/
file_2462
(
.txt
)
< prev
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-08-06
|
380 b
|
13 lines
# Source Generated with Decompyle++
# File: in.pyc (Python 2.6)
import sys
data = sys.stdin.read(1)
sys.stdout.write(data)
sys.stdout.flush()
while data:
data = sys.stdin.read(1)
sys.stdout.write(data)
sys.stdout.flush()
sys.stderr.write('Blah...')