##// END OF EJS Templates
Merge pull request #479 from muzuiget/master...
Merge pull request #479 from muzuiget/master embed() doesn't load default config

File last commit:

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