mimimi - 1.5.6 doesn't complain about that. interesting.

This commit is contained in:
enkore 2014-10-14 17:40:16 +02:00
parent a0a557de9d
commit a2bb10443c

View File

@ -58,4 +58,4 @@ class ColorRangeModule(object):
"""
if whole == 0:
return 0
return 100 * float(part) / float(whole)
return 100 * float(part) / float(whole)