jellyfin-kodi/libraries/cherrypy/test/webtest.py
angelblue05 158a736360 Update webservice with cherrypy
Fix playback issues that was causing Kodi to hang up
2019-01-30 06:43:14 -06:00

11 lines
262 B
Python

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