From 37d7694a0b45adae46514e24603b70973281bb48 Mon Sep 17 00:00:00 2001 From: boulant Date: Wed, 26 Oct 2011 16:20:29 +0000 Subject: [PATCH] ADD a end user module (services.py) to help the manipulation of SALOME KERNEL services from a python context (someone who is a master of salome.py and all the associated stuff does not need this module) --- src/KERNEL_PY/kernel/services.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/KERNEL_PY/kernel/services.py b/src/KERNEL_PY/kernel/services.py index d80046507..d80c2aa11 100644 --- a/src/KERNEL_PY/kernel/services.py +++ b/src/KERNEL_PY/kernel/services.py @@ -126,6 +126,11 @@ def getStudyManager(): return studyManager +# TO BE COMPLETED: +# With functions to manipulate object, sobject, etc (See +# GUI_SRC/src/SALOME_SWIG/salome.py). The functions to manipulate the +# study are implemented in the Study Editor (see studyedit.py) + # # ============================================================================== # Basic use cases and unit tests -- 2.39.2