Update cherrpy to 17.4.2
This commit is contained in:
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)
|
Reference in New Issue
Block a user