From 6f2efb871b7b3f0b93c9b6a9ea88c593ed28cbae Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Thu, 26 Sep 2019 10:01:30 -0400 Subject: [PATCH] Port check_exec.py to Python 3 This allows "tox -e pep8" to succeed on CentOS 8. This is only called from the pep8 env which already specifies a basepython of python3, so it should be ok. Change-Id: Id11e137bc8e1fb50e551639c2be067647c5bc9d4 --- tools/check_exec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/check_exec.py b/tools/check_exec.py index 28755f5ba9d..7fe59fb4310 100755 --- a/tools/check_exec.py +++ b/tools/check_exec.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain