##// END OF EJS Templates
fix for removed '-editor' command line option and clarification of configuration file option for TerminalInteractiveShell.editor
fix for removed '-editor' command line option and clarification of configuration file option for TerminalInteractiveShell.editor

File last commit:

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