Trees | Indices | Help |
|
---|
|
1 2 from buildbot.status.web.base import HtmlResource 3 import buildbot 4 import twisted 5 import sys 6 import jinja2 79 title = "About this Buildbot" 102112 cxt.update(dict(buildbot=buildbot.version, 13 twisted=twisted.__version__, 14 jinja=jinja2.__version__, 15 python=sys.version, 16 platform=sys.platform)) 17 18 template = request.site.buildbot_service.templates.get_template("about.html") 19 template.autoescape = True 20 return template.render(**cxt)
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Oct 29 10:00:48 2010 | http://epydoc.sourceforge.net |