##// END OF EJS Templates
Fix %pylab magic....
Fix %pylab magic. For a clean solution, added a .registry attribute to magics manager that will record all magic instances recorded.

File last commit:

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