]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
ADD a end user module (services.py) to help the manipulation of SALOME KERNEL service...
authorboulant <boulant>
Wed, 26 Oct 2011 16:20:29 +0000 (16:20 +0000)
committerboulant <boulant>
Wed, 26 Oct 2011 16:20:29 +0000 (16:20 +0000)
src/KERNEL_PY/kernel/services.py

index d80046507eafcc49521e0fd79cb66d46ddd75a7e..d80c2aa110a82962692e7619454701aca7c1a2ab 100644 (file)
@@ -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