Replace ' with " in rally/[objects,ui,verification]

Change-Id: Ia086ac725fd8ec3de7e40f0d53a346db3a69d5d9
Partial-Bug: 1405884
This commit is contained in:
jacobliberman
2015-01-27 11:47:36 -06:00
parent 216f443906
commit 3ad53636da
7 changed files with 117 additions and 117 deletions

View File

@@ -38,4 +38,4 @@ def create_report(results):
with open(template_path) as f:
template = mako.template.Template(f.read(), strict_undefined=True)
output = template.render(**template_kw)
return output.encode('utf8')
return output.encode("utf8")