aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/mixins.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/mixins.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/mixins.py')
-rw-r--r--pysite/mixins.py2
1 files changed, 1 insertions, 1 deletions
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"