##// END OF EJS Templates
Make sure splitter._buffer is reset. Handle suppressed output better
Make sure splitter._buffer is reset. Handle suppressed output better

File last commit:

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