##// END OF EJS Templates
include parent Application in InteractiveShell.configurables...
include parent Application in InteractiveShell.configurables for use in %config magic

File last commit:

r3408:261328d5
r5315:69c13a1f
Show More
__init__.py
4 lines | 72 B | text/x-python | PythonLexer
try:
from Itpl import *
except ImportError:
from _Itpl import *