From 0c7b397e63752c1999226cd81468930a5df19c3e Mon Sep 17 00:00:00 2001 From: Evgeny Date: Fri, 24 Apr 2020 14:51:09 -0500 Subject: [PATCH] using python3 Change-Id: Ic8ea29dd1aeb6fe5731f739a7f2f58414401ce7a --- bin/rpl_run.sh | 2 +- bin/txt2params.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/bin/rpl_run.sh b/bin/rpl_run.sh index 4ab465c8c4..eb432a9685 100755 --- a/bin/rpl_run.sh +++ b/bin/rpl_run.sh @@ -36,7 +36,7 @@ TLIB_PATH=$PKG_DIR/tool TTLIB_PATH=$TT_DIR/tool if [ -z "$ROCP_PYTHON_VERSION" ] ; then - ROCP_PYTHON_VERSION=python + ROCP_PYTHON_VERSION=python3 fi # Default HIP path diff --git a/bin/txt2params.py b/bin/txt2params.py index 61cf76662c..dff404768e 100644 --- a/bin/txt2params.py +++ b/bin/txt2params.py @@ -1,5 +1,3 @@ -#!/usr/bin/python - ################################################################################ # Copyright (c) 2018 Advanced Micro Devices, Inc. All rights reserved. #