##// END OF EJS Templates
Expose InteractiveShell instance to user as _ipy.
Expose InteractiveShell instance to user as _ipy.

File last commit:

r3408:261328d5
r5457:d9748b01
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from pyparsing import *
except ImportError:
from _pyparsing import *