##// END OF EJS Templates
CodeMirror code editing added....
r4332:f5911d3c
Show More
__init__.py
4 lines | 72 B | text/x-python | PythonLexer
try:
from Itpl import *
except ImportError:
from _Itpl import *