##// END OF EJS Templates
BUG: break out the filename-unquoting from get_py_filename to be used in other contexts. Fix %save, in this respect.
BUG: break out the filename-unquoting from get_py_filename to be used in other contexts. Fix %save, in this respect.

File last commit:

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