Skip to content

Commit 35546e7

Browse files
committed
change cherrypy.wsgiserver to cheroot.server
1 parent 36da4a0 commit 35546e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ws4py/server/cherrypyserver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ def ws(self):
6666
import inspect
6767
import threading
6868

69+
from cheroot.server import HTTPConnection, HTTPRequest, KnownLengthRFile
6970
import cherrypy
7071
from cherrypy import Tool
7172
from cherrypy.process import plugins
72-
from cherrypy.wsgiserver import HTTPConnection, HTTPRequest, KnownLengthRFile
7373

7474
from ws4py import WS_KEY, WS_VERSION
7575
from ws4py.exc import HandshakeError

0 commit comments

Comments
 (0)