diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-01-19 22:56:05 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-01-19 22:56:05 +0100 |
| commit | f3c7b0323c40580aadbfd2c91be681fe97a20071 (patch) | |
| tree | d4083fb9e54d4f56725c6c5efb2c2e450bef6d46 /lib/python/Plugins/SystemPlugins/Satfinder | |
| parent | da57be26566749eaee8b66b21fb7367b198d9fe4 (diff) | |
| download | enigma2-f3c7b0323c40580aadbfd2c91be681fe97a20071.tar.gz enigma2-f3c7b0323c40580aadbfd2c91be681fe97a20071.zip | |
more codecleanup
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/Satfinder')
| -rw-r--r-- | lib/python/Plugins/SystemPlugins/Satfinder/plugin.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/python/Plugins/SystemPlugins/Satfinder/plugin.py b/lib/python/Plugins/SystemPlugins/Satfinder/plugin.py index 8174eb64..048bad90 100644 --- a/lib/python/Plugins/SystemPlugins/Satfinder/plugin.py +++ b/lib/python/Plugins/SystemPlugins/Satfinder/plugin.py @@ -14,7 +14,6 @@ from Components.MenuList import MenuList from Components.config import ConfigSelection, getConfigListEntry from Components.TuneTest import Tuner - class Satfinder(ScanSetup): def openFrontend(self): res_mgr = eDVBResourceManager.getInstance() |
