##// END OF EJS Templates
Merge pull request #821 from minrk/tornado21...
Merge pull request #821 from minrk/tornado21 update tornado dependency to 2.1, fixes to test_for in setup scripts.

File last commit:

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