##// END OF EJS Templates
Avoid calling inline config if no shell - per @minrk feedback on #1052
r5475:36e96e87
Show More
__init__.py
4 lines | 72 B | text/x-python | PythonLexer
try:
from Itpl import *
except ImportError:
from _Itpl import *