]> git.ipfire.org Git - thirdparty/tornado.git/commit
Use super() to call super "__init__()" 1593/head
authorGunWoo Choi <Hardtack@users.noreply.github.com>
Tue, 24 Nov 2015 05:12:07 +0000 (14:12 +0900)
committerGunWoo Choi <Hardtack@users.noreply.github.com>
Tue, 24 Nov 2015 05:12:07 +0000 (14:12 +0900)
commit20b6e9fe912154eb03761887f7216325060487e7
tree588ca04209af41ce4d83e068f3d4b039cfb916ba
parent8ea2780ca3a33e5fc3df30c2aaf9f7239146f8d2
Use super() to call super "__init__()"

Calling super method by Request.__init__(self) cannot handle MRO properly.
tornado/websocket.py