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 Fri Sep 20 20:31:10 2013 | http://epydoc.sourceforge.net |