#include "VISU_StreamLines_i.hh"
#include "VISU_Table_i.hh"
-#include "SALOMEDSImpl_Study.hxx"
#include "utilities.h"
#include <cctype>
#endif
std::string aPrefix(PREFIX);
- aStr<<SALOMEDSImpl_Study::GetDumpStudyComment("VISU")<<endl<<endl;
+ aStr<<"### This file is generated by SALOME automatically by dump python funcitonality"
+ " 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;