]> git.ipfire.org Git - thirdparty/tornado.git/commit
Create UIModule proxies on demand instead of in RequestHandler init.
authorBen Darnell <ben@bendarnell.com>
Sun, 5 May 2013 16:58:34 +0000 (12:58 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 5 May 2013 17:11:26 +0000 (13:11 -0400)
commit84bd64bd66a8ebe031184af7317fa7c3429e9787
tree0d825230edf9f3b9b3615d432f3c18225c1b6a91
parent4eacb896d43ae930eedf6969027906184f2a5e98
Create UIModule proxies on demand instead of in RequestHandler init.

It would be nice to do something similar for UI methods, but it's tricker
and they are less common (there are three UIModules defined by default
for every handler).
tornado/web.py