diff talosnames/web.py @ 31:c6580ad2612f

better formatting of command
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 17 Jul 2012 21:36:05 -0700
parents c6a042aad739
children 1a9ec766f2b0
line wrap: on
line diff
--- a/talosnames/web.py	Tue Jul 17 14:23:06 2012 -0700
+++ b/talosnames/web.py	Tue Jul 17 21:36:05 2012 -0700
@@ -8,6 +8,7 @@
 import pprint
 import tempita
 from api import TalosNames
+from subprocess import list2cmdline
 from webob import Request, Response, exc
 
 here = os.path.dirname(os.path.abspath(__file__))
@@ -35,7 +36,7 @@
                                    for suite in suites]),
                      'tests': tests,
                      'pprint': pprint.pformat,
-                     'api': self.api
+                     'list2cmdline': list2cmdline
                      }
 
         paint = {}