tornado/maint/test/appengine/common
Ben Darnell 4b6fc9cb9f Fix Tornado on Google App Engine.
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.
2014-05-17 10:56:35 -04:00
..
cgi_runtests.py Fix Tornado on Google App Engine. 2014-05-17 10:56:35 -04:00
runtests.py Move maint/appengine to maint/test/appengine 2012-08-30 14:41:24 -04:00