From b3dab746dda8f8cd59b4ee406773cd2d28708396 Mon Sep 17 00:00:00 2001 From: Andreas Frisch Date: Mon, 13 Oct 2008 18:31:27 +0000 Subject: [PATCH] remove weird charset specifiers --- lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py | 1 - lib/python/Plugins/SystemPlugins/NFIFlash/flasher.py | 1 - lib/python/Plugins/SystemPlugins/NFIFlash/plugin.py | 2 -- 3 files changed, 4 deletions(-) diff --git a/lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py b/lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py index 7c54fb48..579e4ceb 100644 --- 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 b077905f..70baeed0 100644 --- 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 0394d81b..00a9d8fd 100644 --- 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 -- 2.30.2