From 496c7226fa0166411d49c3f8d5f5f6c287a1152d Mon Sep 17 00:00:00 2001 From: dengzhaosen Date: Thu, 6 May 2021 09:20:58 +0800 Subject: [PATCH] Ussuri+ is python3 only update python to python3 Change-Id: Ia5c645704ab366b8691f3ca3e7920e87c6279171 --- tools/generate_connector_list.py | 2 +- tools/lintstack.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/generate_connector_list.py b/tools/generate_connector_list.py index fafacacf4..1290da924 100755 --- a/tools/generate_connector_list.py +++ b/tools/generate_connector_list.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/env 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 diff --git a/tools/lintstack.py b/tools/lintstack.py index 72db44110..532d74f77 100755 --- a/tools/lintstack.py +++ b/tools/lintstack.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Copyright (c) 2013, AT&T Labs, Yun Mao # All Rights Reserved. #