Handlers: rendering mixin
commit4d182a43f5beed853814025449695d27a7cc7db0
authorLaurens Van Houtven <lvh@laurensvh.be>
Fri, 13 Feb 2009 21:53:32 +0000 (13 22:53 +0100)
committerLaurens Van Houtven <lvh@laurensvh.be>
Fri, 13 Feb 2009 21:53:32 +0000 (13 22:53 +0100)
tree8d66a212daac11bacfbced1ee6c1bb23c5c73852
parentb0cfcbff473def6436b2afcbf5fe4e7e7b12693f
Handlers: rendering mixin

Rendering support for handlers is now done with mixins instead of the ugly manual method binding.

The two existing handlers that used this have been changed to reflect this.

This closes an issue. The new issue is uploaded with this commit.
bugs/issue-5bfe43931a82c6df6a40f079a78900389c8730fc.yaml
code/breadcrumb/server/handlers/common.py
code/breadcrumb/server/handlers/http.py
code/breadcrumb/server/handlers/smtp.py