#include <TCollection_ExtendedString.hxx>
#include <TColStd_HSequenceOfAsciiString.hxx>
#include <Resource_DataMapOfAsciiStringAsciiString.hxx>
-#include "SALOMEDSImpl_Study.hxx"
//=======================================================================
//function : DumpPython
}
TCollection_AsciiString aScript =
- SALOMEDSImpl_Study::GetDumpStudyComment("GEOM") + "\n\n" +
- _impl->DumpPython(aStudy->StudyId(), aMap, isPublished, isValidScript);
+ "### This file is generated by SALOME automatically by dump python funcitonality\n"
+ "### of GEOM component\n\n";
+ aScript += _impl->DumpPython(aStudy->StudyId(), aMap, isPublished, isValidScript);
int aLen = aScript.Length();
unsigned char* aBuffer = new unsigned char[aLen+1];