Repository URL to install this package:
|
Version:
3.0.176 ▾
|
tvault-contego-common
/
home
/
tvault
/
.virtenv
/
lib
/
python2.7
/
site-packages
/
webob
/
__init__.py
|
|---|
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