]> git.ipfire.org Git - thirdparty/tornado.git/commit
Add a tornado.version variable, and use it anywhere we use the current
authorBen Darnell <ben@bendarnell.com>
Wed, 25 Aug 2010 23:54:02 +0000 (16:54 -0700)
committerBen Darnell <ben@bendarnell.com>
Wed, 25 Aug 2010 23:54:02 +0000 (16:54 -0700)
commit803f33c153408076c1493300acc8010c656e7197
tree2dd87ccebfb4b193df96bde1b39707cd40338a4e
parent3f0740c89428f0a6482f93876c1603b5a17c61e8
Add a tornado.version variable, and use it anywhere we use the current
tornado version to produce a Server: header.

Closes #22.
tornado/__init__.py
tornado/web.py
tornado/websocket.py
tornado/wsgi.py