##// END OF EJS Templates
fix to minrk suggestion
fix to minrk suggestion

File last commit:

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