From 7cdf576a7ac0c36f43eca6c6b0a2a9925fb1edea Mon Sep 17 00:00:00 2001 From: mpv Date: Mon, 14 Oct 2019 10:17:43 +0300 Subject: [PATCH] Fix for the issue [CEA 17771] SHAPER and KERNEL concurrent salome/__init__.py : remove __init__.py from the root importing directory of the python of SHAPER. --- src/PythonAPI/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PythonAPI/CMakeLists.txt b/src/PythonAPI/CMakeLists.txt index 7c14e9890..ab92707c7 100644 --- a/src/PythonAPI/CMakeLists.txt +++ b/src/PythonAPI/CMakeLists.txt @@ -19,7 +19,7 @@ INSTALL(DIRECTORY geom model examples DESTINATION ${SHAPER_INSTALL_PYTHON_API}) INSTALL(FILES __init__.py DESTINATION ${SHAPER_INSTALL_PYTHON_API}) -INSTALL(FILES __init__.py DESTINATION ${_pydir}/salome) +#INSTALL(FILES __init__.py DESTINATION ${_pydir}/salome) INSTALL(FILES initConfig.py DESTINATION ${SHAPER_INSTALL_PYTHON_API}) # --------- Unit tests ----------- -- 2.39.2