]> git.ipfire.org Git - thirdparty/tornado.git/commit
Move win32_support to a new tornado.platform package
authorBen Darnell <ben@bendarnell.com>
Tue, 5 Jul 2011 03:20:26 +0000 (20:20 -0700)
committerBen Darnell <ben@bendarnell.com>
Tue, 5 Jul 2011 03:20:26 +0000 (20:20 -0700)
commita89d2dc7ad2f66dd615e1dad8559b8f2e31d436f
tree5415471158ff57b5acb36e5a900681eb0bb0f104
parentb0e4bedbd4c1385ad9b9de663f20109bcdd613d7
Move win32_support to a new tornado.platform package
tornado/httpserver.py
tornado/ioloop.py
tornado/netutil.py
tornado/platform/__init__.py [new file with mode: 0644]
tornado/platform/windows.py [moved from tornado/win32_support.py with 100% similarity]
tornado/test/import_test.py