From: Jacob Kristhammar Date: Mon, 26 Feb 2018 11:14:44 +0000 (+0100) Subject: Remove legacy author comment X-Git-Tag: v5.0.0~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2296%2Fhead;p=thirdparty%2Ftornado.git Remove legacy author comment --- diff --git a/tornado/websocket.py b/tornado/websocket.py index 53832d2b1..df60885e2 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