##// END OF EJS Templates
skip magic_edit doctest in zmqshell...
r6565:c35ed973
Show More
__init__.py
4 lines | 72 B | text/x-python | PythonLexer
try:
from Itpl import *
except ImportError:
from _Itpl import *