##// END OF EJS Templates
Removing some code that seem not to be usefull anymore...
Removing some code that seem not to be usefull anymore if having problem with Tab Completion try to revese this commit

File last commit:

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