Home | Trees | Indices | Help |
|
---|
|
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) 5 6 from cherrypy.lib.httputil import * 7
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Feb 8 21:40:26 2012 | http://epydoc.sourceforge.net |