##// END OF EJS Templates
Split generic part of terminal frontend/terminal/ipapp into core/shellapp...
Split generic part of terminal frontend/terminal/ipapp into core/shellapp Now there's a class for IPKernel to inherit from in the qt code

File last commit:

r3408:261328d5
r3968:9bf08596
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from configobj import *
except ImportError:
from _configobj import *