home *** CD-ROM | disk | FTP | other *** search
- # Source Generated with Decompyle++
- # File: in.pyc (Python 2.6)
-
- __docformat__ = 'restructuredtext en'
- from IPython.external.configobj import ConfigObj
- from IPython.config.api import ConfigObjManager
- default_core_config = ConfigObj()
- default_core_config['shell'] = dict(shell_class = 'IPython.kernel.core.interpreter.Interpreter', import_statement = '')
- config_manager = ConfigObjManager(default_core_config, 'IPython.kernel.core.ini')
-