Update cherrpy to 17.4.2

This commit is contained in:
JonnyWong16 2019-11-23 18:55:19 -08:00
parent f28e741ad7
commit 4d6279a626
131 changed files with 15864 additions and 10389 deletions

View 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)