4b6fc9cb9f
Imports of tornado.ioloop have crept into more places, so the old app engine policy of never importing these modules doesn't work. Instead, we add guards around imports of unavailable modules (fcntl, ssl, multiprocessing) so that everything is at least importable. Closes #1059. |
||
---|---|---|
.. | ||
scripts | ||
test | ||
vm | ||
README | ||
requirements.txt |
README
This directory contains tools and scripts that are used in the development and maintainance of Tornado itself, but are probably not of interest to Tornado users.