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:
Python Compiled Bytecode  |  2010-08-06  |  380 b   |  13 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. import sys
  5. data = sys.stdin.read(1)
  6. sys.stdout.write(data)
  7. sys.stdout.flush()
  8. while data:
  9.     data = sys.stdin.read(1)
  10.     sys.stdout.write(data)
  11.     sys.stdout.flush()
  12. sys.stderr.write('Blah...')
  13.