mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-14 17:22:56 -07:00
Update cherrpy to 17.4.2
This commit is contained in:
parent
f28e741ad7
commit
4d6279a626
131 changed files with 15864 additions and 10389 deletions
11
lib/cherrypy/test/webtest.py
Normal file
11
lib/cherrypy/test/webtest.py
Normal file
|
@ -0,0 +1,11 @@
|
|||
# for compatibility, expose cheroot webtest here
|
||||
import warnings
|
||||
|
||||
from cheroot.test.webtest import ( # noqa
|
||||
interface,
|
||||
WebCase, cleanHeaders, shb, openURL,
|
||||
ServerError, server_error,
|
||||
)
|
||||
|
||||
|
||||
warnings.warn('Use cheroot.test.webtest', DeprecationWarning)
|
Loading…
Add table
Add a link
Reference in a new issue