Salome HOME
Issue 20509: EDF 1065 OTHER : Add the Salome version in the header of the dump V5_1_main_20100217
authorvsr <vsr@opencascade.com>
Fri, 12 Feb 2010 08:34:30 +0000 (08:34 +0000)
committervsr <vsr@opencascade.com>
Fri, 12 Feb 2010 08:34:30 +0000 (08:34 +0000)
src/MULTIPR/MULTIPR_i.cxx

index 7e2b7db45edf2d7ce39259fad0b888d6a8a28228..147c6b7af493f5b880c206e2c5d833796e811d83 100644 (file)
@@ -1408,9 +1408,7 @@ Engines::TMPFile* MULTIPR_Gen_i::DumpPython (CORBA::Object_ptr theStudy,
   std::string aSavedTrace (oldValue);
 
   // Add trace of API methods calls and replace study entries by names
-  std::string aScript =
-    "### This file is generated by SALOME automatically "
-    "by dump python functionality of MULTIPR component\n\n";
+  std::string aScript;
   aScript += DumpPython_impl(aStudy->StudyId(), isPublished, isValidScript, aSavedTrace);
 
   int aLen = aScript.length();