From: Ronny Strutz Date: Wed, 31 Aug 2005 15:17:29 +0000 (+0000) Subject: changed output X-Git-Tag: 2.6.0~5648 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/169755aa6f9823ece2c51e720dbc4de6131c9308 changed output --- diff --git a/lib/python/Components/AVSwitch.py b/lib/python/Components/AVSwitch.py index 7407ae72..df2020d3 100644 --- a/lib/python/Components/AVSwitch.py +++ b/lib/python/Components/AVSwitch.py @@ -5,20 +5,16 @@ class AVSwitch: pass def setColorFormat(self, value): - print "colorformat" - print value + print "colorformat:" + str(value) def setAspectRatio(self, value): - print "aspectratio" - print value + print "aspectratio:" + str(value) def setSystem(self, value): - print "system" - print value + print "system:" + str(value) def setWSS(self, value): - print "wss" - print value + print "wss:" + str(value) def InitAVSwitch(): config.av = ConfigSubsection();