#Tornado Web Server for Python 3
T3: http://github.com/szabotshark/t3
Tornado: http://github.com/facebook/tornado, http://www.tornadoweb.org/
##Instructions
- Every occurence of "tornado" is replaced by "t3", so for example
import tornado.web
becomesimport t3.web
- To use, put the t3 dir in your project's dir, or to your Python 3 libs
- There are some modules that aren't t included. These are:
- auth.py
- autoreload.py
- database.py
- httpclient.py
- s3server.py
- testing.py
- wsgi.py