##// END OF EJS Templates
add IPython.get_ipython...
add IPython.get_ipython library entry point for get_ipython does not rely on injection into globals

File last commit:

r3408:261328d5
r10579:790f7312
Show More
__init__.py
4 lines | 90 B | text/x-python | PythonLexer
try:
from simplegeneric import *
except ImportError:
from _simplegeneric import *