From b4e6d2c73b474afb4ef440400f18a6c383071835 Mon Sep 17 00:00:00 2001 From: Frode Nordahl Date: Fri, 10 Jan 2020 15:41:35 +0100 Subject: [PATCH] Fix python shebang for hugepagereport action Change-Id: I643524f3ebf3f26a0a1f2bff03f9516ef0269da8 Closes-Bug: #1859186 --- actions/hugepagereport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/hugepagereport.py b/actions/hugepagereport.py index 25e50e30..3966e3a6 100755 --- a/actions/hugepagereport.py +++ b/actions/hugepagereport.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # # Copyright 2016 Canonical Ltd #