git.cweiske.de
/
enigma2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e713bd3
)
remove weird charset specifiers
author
Andreas Frisch
<andreas.frisch@multimedia-labs.de>
Mon, 13 Oct 2008 18:31:27 +0000
(18:31 +0000)
committer
Andreas Frisch
<andreas.frisch@multimedia-labs.de>
Mon, 13 Oct 2008 18:31:27 +0000
(18:31 +0000)
lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py
patch
|
blob
|
history
lib/python/Plugins/SystemPlugins/NFIFlash/flasher.py
patch
|
blob
|
history
lib/python/Plugins/SystemPlugins/NFIFlash/plugin.py
patch
|
blob
|
history
diff --git
a/lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py
b/lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py
index
7c54fb4
..
579e4ce
100644
(file)
--- a/
lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py
+++ b/
lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py
@@
-1,4
+1,3
@@
-# -*- coding: utf8 -*-
from Components.MenuList import MenuList
from Screens.Screen import Screen
from Screens.MessageBox import MessageBox
diff --git
a/lib/python/Plugins/SystemPlugins/NFIFlash/flasher.py
b/lib/python/Plugins/SystemPlugins/NFIFlash/flasher.py
index
b077905
..
70baeed
100644
(file)
--- a/
lib/python/Plugins/SystemPlugins/NFIFlash/flasher.py
+++ b/
lib/python/Plugins/SystemPlugins/NFIFlash/flasher.py
@@
-1,4
+1,3
@@
-# -*- coding: utf8 -*-
from Screens.Screen import Screen
from Screens.MessageBox import MessageBox
from Screens.ChoiceBox import ChoiceBox
diff --git
a/lib/python/Plugins/SystemPlugins/NFIFlash/plugin.py
b/lib/python/Plugins/SystemPlugins/NFIFlash/plugin.py
index
0394d81
..
00a9d8f
100644
(file)
--- a/
lib/python/Plugins/SystemPlugins/NFIFlash/plugin.py
+++ b/
lib/python/Plugins/SystemPlugins/NFIFlash/plugin.py
@@
-1,5
+1,3
@@
-# -*- coding: utf8 -*-
-
def Plugins(**kwargs):
from Plugins.Plugin import PluginDescriptor
from Tools.Directories import fileExists