]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Fix for the issue [CEA 17771] SHAPER and KERNEL concurrent salome/__init__.py : remov...
authormpv <mpv@opencascade.com>
Mon, 14 Oct 2019 07:17:43 +0000 (10:17 +0300)
committermpv <mpv@opencascade.com>
Mon, 14 Oct 2019 07:17:43 +0000 (10:17 +0300)
src/PythonAPI/CMakeLists.txt

index 7c14e989023507379bdfb88c5ba2d5af8384178b..ab92707c7675c470bd9fce55f3efec1bbfa5ce8b 100644 (file)
@@ -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 -----------