diff talosnames/web.py @ 24:56d267d847e1

more progress
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 10 Jul 2012 21:36:24 -0700
parents 82d15f93cc4a
children 6ec941f8704a
line wrap: on
line diff
--- a/talosnames/web.py	Tue Jul 10 19:08:06 2012 -0700
+++ b/talosnames/web.py	Tue Jul 10 21:36:24 2012 -0700
@@ -41,7 +41,8 @@
                 'tbpl': dict([(suite, self.api.tbpl_name(suite))
                               for suite in suites]),
                 'tests': tests,
-                'pprint': pprint.pformat
+                'pprint': pprint.pformat,
+                'api': self.api
                 }
         return template.substitute(data)