From 91e32a016f3dc4d6592a374c8105208583c7dcb5 Mon Sep 17 00:00:00 2001 From: dmv Date: Wed, 14 Oct 2009 06:42:37 +0000 Subject: [PATCH] Correct previous integration --- src/SALOMEDSImpl/SALOMEDSImpl_Study.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2