From: srn Date: Fri, 18 Mar 2005 14:14:08 +0000 (+0000) Subject: Changed "import of batchmode_salome" to "import salome" in DumpStudy X-Git-Tag: T_22_03_05~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=131dbc8d1e6540489f843807ebaad3c93e4bf44f;p=modules%2Fkernel.git Changed "import of batchmode_salome" to "import salome" in DumpStudy --- diff --git a/src/SALOMEDSImpl/SALOMEDSImpl_Study.cxx b/src/SALOMEDSImpl/SALOMEDSImpl_Study.cxx index c1265e25e..c43d312a0 100644 --- a/src/SALOMEDSImpl/SALOMEDSImpl_Study.cxx +++ b/src/SALOMEDSImpl/SALOMEDSImpl_Study.cxx @@ -1221,7 +1221,7 @@ bool SALOMEDSImpl_Study::DumpStudy(const TCollection_AsciiString& thePath, return false; } - TCollection_AsciiString aBatchModeScript = "batchmode_salome"; + TCollection_AsciiString aBatchModeScript = "salome"; //Output to the main Study script required Python modules import, set sys.path and add a creation of the study. fp << "import sys" << endl;