##// END OF EJS Templates
Merge pull request #745 from minrk/history...
Merge pull request #745 from minrk/history Don't assume history requests succeed in qtconsole closes gh-667

File last commit:

r3408:261328d5
r4786:17494a14 merge
Show More
__init__.py
4 lines | 72 B | text/x-python | PythonLexer
Thomas Spura
Unbundle of all external modules....
r3408 try:
from Itpl import *
except ImportError:
from _Itpl import *