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