##// END OF EJS Templates
Small edits for clarity and local optimization.
Small edits for clarity and local optimization.

File last commit:

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