##// END OF EJS Templates
Simplify logic for deciding when to auto-detect local namespace and module.
Simplify logic for deciding when to auto-detect local namespace and module.

File last commit:

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