mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-01-22 10:53:03 -08:00
12 lines
262 B
Python
12 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)
|