home *** CD-ROM | disk | FTP | other *** search
- # Source Generated with Decompyle++
- # File: in.pyc (Python 2.6)
-
- import sys
- if sys.version[0:3] < '2.4':
- raise ImportError('Python Version 2.4 or above is required for IPython.')
- sys.version[0:3] < '2.4'
- import os
- sys.path.append(os.path.dirname(__file__) + '/Extensions')
- __all__ = [
- 'ipapi',
- 'generics',
- 'ipstruct',
- 'Release',
- 'Shell']
- glob = globals()
- loc = locals()
- for name in __all__:
- __import__(name, glob, loc, [])
-
- import Shell
- from IPython import Release
- __author__ = '%s <%s>\n%s <%s>\n%s <%s>' % (Release.authors['Fernando'] + Release.authors['Janko'] + Release.authors['Nathan'])
- __license__ = Release.license
- __version__ = Release.version
- __revision__ = Release.revision
- del name
- del glob
- del loc
-