mirror of
https://github.com/lazylibrarian/LazyLibrarian.git
synced 2026-04-18 22:16:55 -04:00
So branching to new branch, and will merge my changes from itsmeg ontop will merge branch back to head once everyone happy its stable.
8 lines
231 B
Python
Executable File
8 lines
231 B
Python
Executable File
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 *
|
|
|