remove weird charset specifiers
authorAndreas Frisch <andreas.frisch@multimedia-labs.de>
Mon, 13 Oct 2008 18:31:27 +0000 (18:31 +0000)
committerAndreas Frisch <andreas.frisch@multimedia-labs.de>
Mon, 13 Oct 2008 18:31:27 +0000 (18:31 +0000)
lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py
lib/python/Plugins/SystemPlugins/NFIFlash/flasher.py
lib/python/Plugins/SystemPlugins/NFIFlash/plugin.py

index 7c54fb48bbe39ae7069fe069dd028add44c4d163..579e4cebe85083414e8b293b02637c37c5db61f3 100644 (file)
@@ -1,4 +1,3 @@
-# -*- coding: utf8 -*-
 from Components.MenuList import MenuList
 from Screens.Screen import Screen
 from Screens.MessageBox import MessageBox
index b077905ff84dd6cbcb9a1b7370c6904be0100dfe..70baeed0a6b651d185d34cfb72604d15b88e920c 100644 (file)
@@ -1,4 +1,3 @@
-# -*- coding: utf8 -*-
 from Screens.Screen import Screen
 from Screens.MessageBox import MessageBox
 from Screens.ChoiceBox import ChoiceBox
index 0394d81bf2969215b176ba706878ef829311ce87..00a9d8fde8133a5b4333135de6df8646d23c4a34 100644 (file)
@@ -1,5 +1,3 @@
-# -*- coding: utf8 -*-
-
 def Plugins(**kwargs):
        from Plugins.Plugin import PluginDescriptor
        from Tools.Directories import fileExists