Changeset 2721 for package_branches/invirt-web/cherrypy-rebased/code
- Timestamp:
- Dec 20, 2009, 9:47:34 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
package_branches/invirt-web/cherrypy-rebased/code/view.py
r2713 r2721 11 11 12 12 class MakoHandler(cherrypy.dispatch.LateParamPageHandler): 13 """Callable which processes a dictionary, returning the rendered 14 body.""" 13 """Callable which processes a dictionary, returning the rendered body.""" 15 14 16 15 def __init__(self, template, next_handler, content_type='text/html; charset=utf-8'):
Note: See TracChangeset
for help on using the changeset viewer.