]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
the salome.py is declared as deprecated and raises an exception in the case where...
authorgdd <gdd>
Mon, 27 Sep 2010 15:44:03 +0000 (15:44 +0000)
committergdd <gdd>
Mon, 27 Sep 2010 15:44:03 +0000 (15:44 +0000)
src/KERNEL_PY/__init__.py
src/KERNEL_PY/salome.py

index 850550069c1621a091780845bf986114b0695897..2c8755ecda91e398d2a1055caa1a5e7c8edbbfe4 100644 (file)
@@ -84,7 +84,6 @@ variables:
 
 #
 # ==========================================================================
-print "INFO - You just load the python package salome, replacing the python module salome.py"
 #
 # The function extend_path is used here to aggregate in a single
 # virtual python package all the python sub-packages embedded in each
index 6c627611c4ca91a961ec49f474ffa47ccd2fdb02..8fca332b5a55680a108dcdd6ff059a56e77dd617 100755 (executable)
 #  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
+# ================================================================================
+# WARNING: this file is deprecated and should not be used any more. It has been
+# replaced by the file __init__.py of the python package named "salome".
+# To prevent any error, a warning is raised in the case where this file is imported
+raise RuntimeError("WRN - the file salome.py is deprecated. It should NOT be used any more.")
+# ================================================================================
+
+
 #  File   : salome.py
 #  Author : Paul RASCLE, EDF
 #  Module : SALOME