##// END OF EJS Templates
Fix for %run -d on Python 3...
Fix for %run -d on Python 3 Closes gh-1421

File last commit:

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