]> git.ipfire.org Git - thirdparty/tornado.git/commit
Added dynamic loading of request handlers
authorDavid Wilemski <david@davidwilemski.com>
Sat, 2 Jul 2011 07:06:25 +0000 (03:06 -0400)
committerDavid Wilemski <david@davidwilemski.com>
Sat, 2 Jul 2011 07:06:25 +0000 (03:06 -0400)
commitbc42fc14334de10b0c6adbc97441accebb2e458c
treecb5c21994da2628fbc81f639aaf9cd902613552d
parent495b39ce7bc7400f0cc385fce7dba64a8176f209
Added dynamic loading of request handlers

This commit implements gh-124.

Users can specify "module.ClassName" rather than load a module that
contains a request handler and then refering to the request handler
class.
tornado/web.py