Bundled cherrypy.
[smonitor.git] / monitor / cherrypy / lib / http.py
blob4661d69e287d8baf9038a7dce9469d3beb918abf
1 import warnings
2 warnings.warn('cherrypy.lib.http has been deprecated and will be removed '
3 'in CherryPy 3.3 use cherrypy.lib.httputil instead.',
4 DeprecationWarning)
6 from cherrypy.lib.httputil import *