##// END OF EJS Templates
Fix for looking up print function in Python 3.
Fix for looking up print function in Python 3.

File last commit:

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