From 738256ac5a2a2d24a46a417d882796c64ef986c9 Mon Sep 17 00:00:00 2001 From: dengzhaosen Date: Thu, 6 May 2021 09:33:25 +0800 Subject: [PATCH] Ussuri+ is python3 only and update python to python3 Change-Id: Ief7301cffbe84ebf9b6d3fc7ca261ebe2b69eee3 --- os_testr/generate_subunit.py | 2 +- os_testr/ostestr.py | 2 +- os_testr/subunit_trace.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/os_testr/generate_subunit.py b/os_testr/generate_subunit.py index 15b819f..19ff2c5 100755 --- a/os_testr/generate_subunit.py +++ b/os_testr/generate_subunit.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python3 # Copyright 2015 Hewlett-Packard Development Company, L.P. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/os_testr/ostestr.py b/os_testr/ostestr.py index 88621aa..7e8d5ce 100755 --- a/os_testr/ostestr.py +++ b/os_testr/ostestr.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python3 # Copyright 2015 Hewlett-Packard Development Company, L.P. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/os_testr/subunit_trace.py b/os_testr/subunit_trace.py index 25beea7..418842d 100755 --- a/os_testr/subunit_trace.py +++ b/os_testr/subunit_trace.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Copyright 2014 Hewlett-Packard Development Company, L.P. # Copyright 2014 Samsung Electronics