We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36da4a0 commit 35546e7Copy full SHA for 35546e7
1 file changed
ws4py/server/cherrypyserver.py
@@ -66,10 +66,10 @@ def ws(self):
66
import inspect
67
import threading
68
69
+from cheroot.server import HTTPConnection, HTTPRequest, KnownLengthRFile
70
import cherrypy
71
from cherrypy import Tool
72
from cherrypy.process import plugins
-from cherrypy.wsgiserver import HTTPConnection, HTTPRequest, KnownLengthRFile
73
74
from ws4py import WS_KEY, WS_VERSION
75
from ws4py.exc import HandshakeError
0 commit comments