1
0
mirror of https://github.com/Tygs/0bin.git synced 2023-08-10 21:13:00 +03:00

Dependancy free

This commit is contained in:
sam
2012-04-27 02:19:12 +07:00
parent f91bcbf977
commit 19480bc1f0
122 changed files with 32798 additions and 7 deletions

View File

@ -0,0 +1,7 @@
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 *