summaryrefslogtreecommitdiff
path: root/vendor/CherryPy-3.2.0/py2/cherrypy/lib/http.py
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/CherryPy-3.2.0/py2/cherrypy/lib/http.py')
-rw-r--r--vendor/CherryPy-3.2.0/py2/cherrypy/lib/http.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/CherryPy-3.2.0/py2/cherrypy/lib/http.py b/vendor/CherryPy-3.2.0/py2/cherrypy/lib/http.py
new file mode 100644
index 0000000..4661d69
--- /dev/null
+++ b/vendor/CherryPy-3.2.0/py2/cherrypy/lib/http.py
@@ -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 *
+