From 2034125199d446466cef7befc996d0c3943eb3c9 Mon Sep 17 00:00:00 2001 From: crouzet Date: Fri, 13 Dec 2019 14:42:22 +0100 Subject: [PATCH] rename salome.py into run_salome.py --- bin/CMakeLists.txt | 2 +- bin/{salome.py => run_salome.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename bin/{salome.py => run_salome.py} (100%) diff --git a/bin/CMakeLists.txt b/bin/CMakeLists.txt index 3039ff3..f4ab37a 100644 --- a/bin/CMakeLists.txt +++ b/bin/CMakeLists.txt @@ -24,7 +24,7 @@ # These files are executable scripts SET(SCRIPTS start_salome.py # light python launcher - salome.py # python launcher with context api relying on runSalome.py + run_salome.py # python launcher with context api relying on runSalome.py ) SALOME_INSTALL_SCRIPTS("${SCRIPTS}" ${SALOME_INSTALL_SCRIPT_PYTHON}) diff --git a/bin/salome.py b/bin/run_salome.py similarity index 100% rename from bin/salome.py rename to bin/run_salome.py -- 2.30.2