##// END OF EJS Templates
Merge pull request #778 from minrk/execfile...
Merge pull request #778 from minrk/execfile don't override execfile on Python 2

File last commit:

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