##// END OF EJS Templates
BUG: multi-line, multi-block cells were broken. Test added....
BUG: multi-line, multi-block cells were broken. Test added. Closes gh-314.

File last commit:

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