]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Issue 20509: EDF 1065 OTHER : Add the Salome version in the header of the dump
authorvsr <vsr@opencascade.com>
Fri, 12 Feb 2010 08:29:16 +0000 (08:29 +0000)
committervsr <vsr@opencascade.com>
Fri, 12 Feb 2010 08:29:16 +0000 (08:29 +0000)
src/VISU_I/VISU_DumpPython.cc

index f0567bfb25c02d2e465c87bb20f1d0c9617d2422..e07a785f600e5951e2e1d30a395a631ae8e08258 100644 (file)
@@ -2223,9 +2223,6 @@ namespace VISU
 #endif
 
     std::string aPrefix(PREFIX);
-    aStr<< "# -*- coding: iso-8859-1 -*-" << endl;
-    aStr<<"### This file is generated by SALOME automatically by dump python functionality"
-      " of VISU component"<<endl<<endl;
     aStr<<"def RebuildData(theStudy):"<<endl;
     aStr<<aPrefix<<"from batchmode_salome import orb, naming_service, lcc, myStudyManager"<<endl;
     aStr<<aPrefix<<"import SALOME_MED"<<endl;