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

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. __docformat__ = 'restructuredtext en'
  5. from IPython.external.configobj import ConfigObj
  6. from IPython.config.api import ConfigObjManager
  7. default_core_config = ConfigObj()
  8. default_core_config['shell'] = dict(shell_class = 'IPython.kernel.core.interpreter.Interpreter', import_statement = '')
  9. config_manager = ConfigObjManager(default_core_config, 'IPython.kernel.core.ini')
  10.