aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/views/ws/echo.py
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-02-18 11:21:57 +0000
committerGravatar Gareth Coles <[email protected]>2018-02-18 11:21:57 +0000
commit218db5222983b2b102b5f32a77845468cdaf9dab (patch)
treeb9eb2601f90ddcb9c1226f0aa8493aa34c7111be /pysite/views/ws/echo.py
parentGo back to using wss:// for the WS test (diff)
Rename "Websocket" to "WS" to avoid confusion with the gevents-websocket WebSocket class
Diffstat (limited to 'pysite/views/ws/echo.py')
-rw-r--r--pysite/views/ws/echo.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pysite/views/ws/echo.py b/pysite/views/ws/echo.py
index 135adfcf..06dffdc4 100644
--- a/pysite/views/ws/echo.py
+++ b/pysite/views/ws/echo.py
@@ -1,8 +1,8 @@
# coding=utf-8
-from pysite.websockets import Websocket
+from pysite.websockets import WS
-class EchoWebsocket(Websocket):
+class EchoWebsocket(WS):
path = "/echo"
name = "ws_echo"