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 Tue Jul 1 05:09:38 2014 | http://epydoc.sourceforge.net |