##// END OF EJS Templates
Add note about new prompt configuration in What's New documentation.
Add note about new prompt configuration in What's New documentation.

File last commit:

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