| Index: third_party/cherrypy/lib/http.py
|
| ===================================================================
|
| --- third_party/cherrypy/lib/http.py (revision 0)
|
| +++ third_party/cherrypy/lib/http.py (revision 0)
|
| @@ -0,0 +1,7 @@
|
| +import warnings
|
| +warnings.warn('cherrypy.lib.http has been deprecated and will be removed '
|
| + 'in CherryPy 3.3 use cherrypy.lib.httputil instead.',
|
| + DeprecationWarning)
|
| +
|
| +from cherrypy.lib.httputil import *
|
| +
|
|
|
| Property changes on: third_party/cherrypy/lib/http.py
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|