Salome HOME
MEDCoupling python module is expected to be replaced by medcoupling python module
[tools/medcoupling.git] / src / MEDCoupling_Swig / MEDCoupling.i
index 17dc3516f4d4fa59d2aceed7bd5165fe79eea5e2..6f84bb74cbcf1ddd4d77098a2128b4345ef17b61 100644 (file)
@@ -118,3 +118,13 @@ def MEDCouplingDenseMatrixIsub(self,*args):
 %}
 
 %include "MEDCouplingFinalize.i"
+
+%pythoncode %{
+print("""**************************************************************************************************
+"MEDCoupling" python module as been replaced by "medcoupling" for Salome9.
+
+"MEDCoupling" python module is still here for backwards compatibility reason but it is deprecated.
+
+Please replace "MEDCoupling" by "medcoupling" in you import line right now to remove this message.
+**************************************************************************************************""")
+%}