From: dmv Date: Wed, 14 Oct 2009 06:42:37 +0000 (+0000) Subject: Correct previous integration X-Git-Tag: V5_1_3rc1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=91e32a016f3dc4d6592a374c8105208583c7dcb5;p=modules%2Fkernel.git Correct previous integration --- diff --git a/src/SALOMEDSImpl/SALOMEDSImpl_Study.cxx b/src/SALOMEDSImpl/SALOMEDSImpl_Study.cxx index a42120781..373058472 100644 --- a/src/SALOMEDSImpl/SALOMEDSImpl_Study.cxx +++ b/src/SALOMEDSImpl/SALOMEDSImpl_Study.cxx @@ -1223,7 +1223,7 @@ bool SALOMEDSImpl_Study::DumpStudy(const string& thePath, fp << "# -*- coding: iso-8859-1 -*-\n" << endl; fp << GetDumpStudyComment() << endl << endl; - + fp << "import sys" << endl; fp << "import " << aBatchModeScript << endl << endl; fp << aBatchModeScript << ".salome_init()" << endl << endl;