]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Remove legacy author comment 2296/head
authorJacob Kristhammar <kristhammar@gmail.com>
Mon, 26 Feb 2018 11:14:44 +0000 (12:14 +0100)
committerBen Darnell <ben@bendarnell.com>
Fri, 2 Mar 2018 20:55:47 +0000 (15:55 -0500)
tornado/websocket.py

index 53832d2b1245f660c06d335e27e834d619ff91a8..df60885e2ed6006e29516ac0eff28a48d38ae2f9 100644 (file)
@@ -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