##// END OF EJS Templates
Switching to builtin open instead of file
Switching to builtin open instead of file

File last commit:

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