##// END OF EJS Templates
Fix access from magics to shell storage database.
r6909:c0117b5c
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from pyparsing import *
except ImportError:
from _pyparsing import *