aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2006-02-22 15:28:48 +0000
committerFelix Domke <tmbinc@elitedvb.net>2006-02-22 15:28:48 +0000
commit568bc959ef68e29e12afb857d01de2e1f7517e4d (patch)
tree2a33707a38d357fb54613bbb5be37c538d5d069d /lib/python
parentd120b13dd6d9460fc9a66680ffb42632cb597522 (diff)
downloadenigma2-568bc959ef68e29e12afb857d01de2e1f7517e4d.tar.gz
enigma2-568bc959ef68e29e12afb857d01de2e1f7517e4d.zip
fix newline
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Plugins/Plugin.py2
1 files changed, 1 insertions, 1 deletions
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