##// END OF EJS Templates
fix replace range bug...
fix replace range bug pylab.l<tab><tab> would be replace by .l because of a bug in common start finding .l on the fifth position of pylab.start.

File last commit:

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