From 568bc959ef68e29e12afb857d01de2e1f7517e4d Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Wed, 22 Feb 2006 15:28:48 +0000 Subject: [PATCH 1/1] fix newline --- lib/python/Plugins/Plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/python/Plugins/Plugin.py b/lib/python/Plugins/Plugin.py index 183419c7..bfa8509a 100644 --- a/lib/python/Plugins/Plugin.py +++ b/lib/python/Plugins/Plugin.py @@ -42,4 +42,4 @@ class PluginDescriptor: if type(self.iconstr) is str: self.icon = loadPNG(path + self.iconstr) else: - self.icon = None \ No newline at end of file + self.icon = None -- 2.30.2