From 5e033ed1861691d4e64b43501b63731a7e96b555 Mon Sep 17 00:00:00 2001 From: vsr Date: Fri, 28 Sep 2007 10:53:49 +0000 Subject: [PATCH] Fix a problem with importing of salome_shared_modules.py script in the batch mode python terminal. --- src/KERNEL_PY/batchmode_salome.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/KERNEL_PY/batchmode_salome.py b/src/KERNEL_PY/batchmode_salome.py index 4de4212a2..c25b1dd80 100755 --- a/src/KERNEL_PY/batchmode_salome.py +++ b/src/KERNEL_PY/batchmode_salome.py @@ -5,7 +5,7 @@ # File : batchmode_salome.py # Module : SALOME -import salome_shared_modules +#import salome_shared_modules from omniORB import CORBA from LifeCycleCORBA import * -- 2.39.2