From a2bb10443c948e36763c99301c3229dd2cdb86ec Mon Sep 17 00:00:00 2001 From: enkore Date: Tue, 14 Oct 2014 17:40:16 +0200 Subject: [PATCH] mimimi - 1.5.6 doesn't complain about that. interesting. --- i3pystatus/core/color.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3pystatus/core/color.py b/i3pystatus/core/color.py index 6f36c37..bbee806 100644 --- a/i3pystatus/core/color.py +++ b/i3pystatus/core/color.py @@ -58,4 +58,4 @@ class ColorRangeModule(object): """ if whole == 0: return 0 - return 100 * float(part) / float(whole) \ No newline at end of file + return 100 * float(part) / float(whole)