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

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. __license__ = 'GPL v3'
  5. __copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net'
  6. __docformat__ = 'restructuredtext en'
  7. import sys
  8.  
  9. def main(args = sys.argv):
  10.     return 0
  11.  
  12. if __name__ == '__main__':
  13.     sys.exit(main())
  14.  
  15.