##// END OF EJS Templates
Comment explaining overriding readline_use traitlet.
Comment explaining overriding readline_use traitlet.

File last commit:

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