commit 87a2b92ab4d164a389d01ff8ce172f10b4c2587b parent 91ecd6746ad4f3c4af777a918d224b8d3db50484 Author: Christian Grothoff <christian@grothoff.org> Date: Sun, 23 Feb 2020 19:45:29 +0100 force use of Python3 Diffstat:
| M | buildbot/render_auditor_reports.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildbot/render_auditor_reports.py b/buildbot/render_auditor_reports.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # This file is in the public domain. """Expand Jinja2 templates based on JSON input.