##// END OF EJS Templates
Add "something_to_run" flag which is set to True if there is a module, file, or code to run.
r6081:c852fa22
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from pyparsing import *
except ImportError:
from _pyparsing import *