Salome HOME
From the community forum: none -> None
[modules/kernel.git] / src / KERNEL_PY / salome_iapp.py
index 6be459cb16880474b8219201b9d75bc14009ce06..dda9b81661429c0771d152a317e7c2d4bab18409 100644 (file)
@@ -97,7 +97,7 @@ class SalomeOutsideGUI(object):
     def getSelected(self, i):
         """Get the selection number i """
         print("SalomeOutsideGUI: no selection mechanism available outside GUI")
-        return none
+        return None
     
     def AddIObject(self, Entry):
         """Add an entry"""
@@ -198,4 +198,4 @@ def register_module_in_study(name, syncCall=True):
             else:
                 session_server.emitMessageOneWay(message)
     except:
-         pass
\ No newline at end of file
+         pass