mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 21:03:21 -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
|
@ -10,5 +10,8 @@ use with the bus. Some use tool-specific channels; see the documentation
|
|||
for each class.
|
||||
"""
|
||||
|
||||
from cherrypy.process.wspbus import bus
|
||||
from cherrypy.process import plugins, servers
|
||||
from .wspbus import bus
|
||||
from . import plugins, servers
|
||||
|
||||
|
||||
__all__ = ('bus', 'plugins', 'servers')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue