##// END OF EJS Templates
Adding messages to HTTPError raising....
Adding messages to HTTPError raising. These messages are not returned to the browser, but are printed to the server logs and will help the code readability. I have also used a more specific code in some cases.

File last commit:

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