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

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. import sys
  5. if sys.version[0:3] < '2.4':
  6.     raise ImportError('Python Version 2.4 or above is required for IPython.')
  7. sys.version[0:3] < '2.4'
  8. import os
  9. sys.path.append(os.path.dirname(__file__) + '/Extensions')
  10. __all__ = [
  11.     'ipapi',
  12.     'generics',
  13.     'ipstruct',
  14.     'Release',
  15.     'Shell']
  16. glob = globals()
  17. loc = locals()
  18. for name in __all__:
  19.     __import__(name, glob, loc, [])
  20.  
  21. import Shell
  22. from IPython import Release
  23. __author__ = '%s <%s>\n%s <%s>\n%s <%s>' % (Release.authors['Fernando'] + Release.authors['Janko'] + Release.authors['Nathan'])
  24. __license__ = Release.license
  25. __version__ = Release.version
  26. __revision__ = Release.revision
  27. del name
  28. del glob
  29. del loc
  30.