From ca5be3512bd588b1294ff3669c99ed23f1791ef3 Mon Sep 17 00:00:00 2001 From: dengzhaosen Date: Thu, 6 May 2021 10:22:30 +0800 Subject: Ussuri+ is python3 only and update python to python3 Change-Id: If3f844ee6bfebc16f15263dc03653cb2aba27bf2 --- tools/perf_test_mask_password.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/perf_test_mask_password.py b/tools/perf_test_mask_password.py index f323f61..677f67e 100644 --- a/tools/perf_test_mask_password.py +++ b/tools/perf_test_mask_password.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may -- cgit v1.2.1