##// END OF EJS Templates
Merge branch 'paykroyd-complete-bug'...
Merge branch 'paykroyd-complete-bug' A number of fixes and improvements to emacs support. There are still some issues left, completion isn't always working and file-tracking in pdb only works if coloring is turned off. But it's already much improved from before.

File last commit:

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