##// END OF EJS Templates
Refine implementation, so that local scope is only used if a function needs it.
Refine implementation, so that local scope is only used if a function needs it.

File last commit:

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