aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2007-07-14 07:26:57 +0000
committerFelix Domke <tmbinc@elitedvb.net>2007-07-14 07:26:57 +0000
commit11710c4924adbd4bbf01875808ac4d45be9c8649 (patch)
treea6345d4b5c2c9044b80cb0848ebb71f07c23337c /lib/python/Components
parentff16064aaa08d0301f4cc86944e64df4a3085dc1 (diff)
downloadenigma2-11710c4924adbd4bbf01875808ac4d45be9c8649.tar.gz
enigma2-11710c4924adbd4bbf01875808ac4d45be9c8649.zip
cleanup
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/Converter/FrontendInfo.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/python/Components/Converter/FrontendInfo.py b/lib/python/Components/Converter/FrontendInfo.py
index c300e4af..d4788b0b 100644
--- a/lib/python/Components/Converter/FrontendInfo.py
+++ b/lib/python/Components/Converter/FrontendInfo.py
@@ -40,7 +40,6 @@ class FrontendInfo(Converter, object):
return "%3.02f dB" % (self.source.snr_db / 100.0)
elif self.source.snr is not None: #fallback to normal SNR...
percent = self.source.snr
- return "%d %%" % (percent * 100 / 65536)
if percent is None:
return "N/A"