From: mpv Date: Mon, 14 Oct 2019 07:17:43 +0000 (+0300) Subject: Fix for the issue [CEA 17771] SHAPER and KERNEL concurrent salome/__init__.py : remov... X-Git-Tag: V9_5_0a1~167^2~49 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=64fb93876c2c527af78417fdcd5b09be11c48847;p=modules%2Fshaper.git 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. --- 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 -----------