##// END OF EJS Templates
Cleanup old calls to save_history and reload_history methods, which were removed....
Cleanup old calls to save_history and reload_history methods, which were removed. Closes gh-318

File last commit:

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