~bryce/package-status/trunk-1

« back to all changes in this revision

Viewing changes to bin/generate-page.py

  • Committer: Bryce Harrington
  • Date: 2013-01-29 02:00:55 UTC
  • Revision ID: bryce@canonical.com-20130129020055-n1rbvtkbhyrasiai
Rename page.html to ubuntu+debian+upstream.html

Show diffs side-by-side

added added

removed removed

Lines of Context:
233
233
    # TODO: Use proper tmp directory
234
234
    mako_lookup = TemplateLookup(directories=[opt.templates_path],
235
235
                                 module_directory='/tmp/mako_modules')
236
 
    t = mako_lookup.get_template("page.html")
 
236
    t = mako_lookup.get_template("ubuntu+debian+upstream.html")
237
237
    print t.render(team=team_name,
238
238
                   column_names=column_names,
239
239
                   columns=columns,