From 218db5222983b2b102b5f32a77845468cdaf9dab Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Sun, 18 Feb 2018 11:21:57 +0000 Subject: Rename "Websocket" to "WS" to avoid confusion with the gevents-websocket WebSocket class --- pysite/mixins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pysite/mixins.py') diff --git a/pysite/mixins.py b/pysite/mixins.py index 891aa185..49e6c25b 100644 --- a/pysite/mixins.py +++ b/pysite/mixins.py @@ -23,7 +23,7 @@ class DBMixin: This class will also work with Websockets: - >>> class MyWeboscket(Websocket, DBMixin): + >>> class MyWeboscket(WS, DBMixin): ... name = "my_websocket" ... path = "/my_websocket" ... table_name = "my_table" -- cgit v1.2.3