]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Changed "import of batchmode_salome" to "import salome" in DumpStudy
authorsrn <srn@opencascade.com>
Fri, 18 Mar 2005 14:14:08 +0000 (14:14 +0000)
committersrn <srn@opencascade.com>
Fri, 18 Mar 2005 14:14:08 +0000 (14:14 +0000)
src/SALOMEDSImpl/SALOMEDSImpl_Study.cxx

index c1265e25eb29f34d493aed552f286e3441233d72..c43d312a08ffadaa46f05c24087cbb8ce87396f4 100644 (file)
@@ -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;