##// END OF EJS Templates
Merge pull request #764 from tchaikov/patch-1...
Merge pull request #764 from tchaikov/patch-1 fix "--colors=<color>" option in ipython.el There's plenty more work to do getting ipython.el up to date, but at least this gets it running. closes #757 (duplicate)

File last commit:

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