##// END OF EJS Templates
Remove out-of-date section from docs - it can be redone in the cookbook if desired.
Remove out-of-date section from docs - it can be redone in the cookbook if desired.

File last commit:

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