CVSROOT:        /cvs/cluster
Module name:    conga
Branch:         RHEL4
Changes by:     [EMAIL PROTECTED]       2008-08-07 19:23:21

Modified files:
        luci/site/luci/Extensions: HelperFunctions.py 

Log message:
        Fix bz458298

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/HelperFunctions.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.6.2.3&r2=1.6.2.4

--- conga/luci/site/luci/Extensions/HelperFunctions.py  2008/06/10 14:48:31     
1.6.2.3
+++ conga/luci/site/luci/Extensions/HelperFunctions.py  2008/08/07 19:23:21     
1.6.2.4
@@ -9,7 +9,7 @@
 import threading
 
 def resolveOSType(os_str):
-       if not os_str or os_str.find('Tikanga') != (-1) or os_str.find('Zod') 
!= (-1) or os_str.find('Moonshine') != (-1) or os_str.find('Werewolf') != (-1) 
or os.str_find('Sulphur') != (-1):
+       if not os_str or os_str.find('Tikanga') != (-1) or os_str.find('Zod') 
!= (-1) or os_str.find('Moonshine') != (-1) or os_str.find('Werewolf') != (-1) 
or os_str.find('Sulphur') != (-1):
                return 'rhel5'
        else:
                return 'rhel4'

Reply via email to