From 2f2698ea8b025b182fb7300e1f1e27cb869eae1e Mon Sep 17 00:00:00 2001 From: shixingliang Date: Wed, 3 Feb 2021 15:47:35 +0800 Subject: [PATCH] python3,7 modify python3 --- ge/CMakeLists.txt | 1 - ge/stub/gen_stubapi.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ge/CMakeLists.txt b/ge/CMakeLists.txt index 2aeb31a2..3ae51590 100755 --- a/ge/CMakeLists.txt +++ b/ge/CMakeLists.txt @@ -1036,4 +1036,3 @@ install(FILES DESTINATION ${INSTALL_LIBRARY_DIR} ) endif() - diff --git a/ge/stub/gen_stubapi.py b/ge/stub/gen_stubapi.py index f20d23a8..d2ef2f9f 100644 --- a/ge/stub/gen_stubapi.py +++ b/ge/stub/gen_stubapi.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3.7 +#!/usr/bin/python3 # -*- coding: UTF-8 -*- #------------------------------------------------------------------- # Purpose: