From 756ab8495016d180ec4f270bddccc4bc01913841 Mon Sep 17 00:00:00 2001 From: emkael Date: Sat, 27 Jul 2019 23:24:28 +0200 Subject: Frame title texts and icons --- jfr_playoff/gui/icons.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'jfr_playoff/gui/icons.py') diff --git a/jfr_playoff/gui/icons.py b/jfr_playoff/gui/icons.py index 12350ec..f700bb1 100644 --- a/jfr_playoff/gui/icons.py +++ b/jfr_playoff/gui/icons.py @@ -14,7 +14,8 @@ class GuiImage(object): @staticmethod def get_path(imageType, code, fileType='gif'): - return os.path.join(GuiImage.__get_base_path(), imageType, '%s.%s' % (code, fileType)) + return os.path.join( + GuiImage.__get_base_path(), imageType, '%s.%s' % (code, fileType)) @staticmethod def __get_image(imageType, cache, code, fileType='gif'): -- cgit v1.2.3