##// END OF EJS Templates
allow extra_args in applications
allow extra_args in applications

File last commit:

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