| from webob.datetime_utils import * | |
| from webob.request import * | |
| from webob.response import * | |
| from webob.util import html_escape | |
| __all__ = [ | |
| 'Request', 'LegacyRequest', 'Response', 'UTC', 'day', 'week', 'hour', | |
| 'minute', 'second', 'month', 'year', 'html_escape' | |
| ] | |
| BaseRequest.ResponseClass = Response | |
| __version__ = '1.2.3' |