From: prascle Date: Fri, 31 Mar 2006 06:39:25 +0000 (+0000) Subject: PR: False is with first letter upper case. X-Git-Tag: T3_2_0b1_pre1~27 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=981255a44679400ac2a025afc96988b48c616f77;p=modules%2Fkernel.git PR: False is with first letter upper case. --- diff --git a/src/KERNEL_PY/salome_iapp.py b/src/KERNEL_PY/salome_iapp.py index 4752be138..fa3864a01 100644 --- a/src/KERNEL_PY/salome_iapp.py +++ b/src/KERNEL_PY/salome_iapp.py @@ -70,7 +70,7 @@ class SalomeOutsideGUI: global myStudyId, myStudyName def hasDesktop(self): - return false + return False def updateObjBrowser(self, bid): print "SalomeOutsideGUI: no objectBrowser update outside GUI" @@ -126,7 +126,7 @@ class SalomeOutsideGUI: def IsInCurrentView(self, Entry): print "SalomeOutsideGUI.IsIncurentView: not available outside GUI" - return false + return False def getComponentName(self, ComponentUserName ): print "SalomeOutsideGUI.getComponentName: not available outside GUI"