From 3061216021812aaa8ab59fce56333bdcea159f14 Mon Sep 17 00:00:00 2001 From: Jacob Kristhammar Date: Mon, 26 Feb 2018 12:14:44 +0100 Subject: [PATCH] Remove legacy author comment --- tornado/websocket.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tornado/websocket.py b/tornado/websocket.py index 53832d2b..df60885e 100644 --- a/tornado/websocket.py +++ b/tornado/websocket.py @@ -17,7 +17,6 @@ the protocol (known as "draft 76") and are not compatible with this module. """ from __future__ import absolute_import, division, print_function -# Author: Jacob Kristhammar, 2010 import base64 import collections