diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-02-22 15:28:48 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-02-22 15:28:48 +0000 |
| commit | 568bc959ef68e29e12afb857d01de2e1f7517e4d (patch) | |
| tree | 2a33707a38d357fb54613bbb5be37c538d5d069d /lib/python | |
| parent | d120b13dd6d9460fc9a66680ffb42632cb597522 (diff) | |
| download | enigma2-568bc959ef68e29e12afb857d01de2e1f7517e4d.tar.gz enigma2-568bc959ef68e29e12afb857d01de2e1f7517e4d.zip | |
fix newline
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Plugins/Plugin.py | 2 |
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 |
