##// END OF EJS Templates
Backport PR #2490: add ZMQInteractiveShell to IPEngineApp class list...
Backport PR #2490: add ZMQInteractiveShell to IPEngineApp class list so it will appear in default ipengine_config.py, `--help-all`, etc. as [mentioned](https://github.com/ipython/ipython/issues/2473#issuecomment-9414837) in #2473

File last commit:

r3408:261328d5
r9831:b81196ed
Show More
__init__.py
4 lines | 72 B | text/x-python | PythonLexer
try:
from path import *
except ImportError:
from _path import *