##// END OF EJS Templates
Merge branch 'newapp'...
Merge branch 'newapp' closes gh-503 closes gh-454 closes gh-79 closes gh-456 closes gh-451

File last commit:

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