From 169755aa6f9823ece2c51e720dbc4de6131c9308 Mon Sep 17 00:00:00 2001 From: Ronny Strutz Date: Wed, 31 Aug 2005 15:17:29 +0000 Subject: [PATCH] changed output --- lib/python/Components/AVSwitch.py | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) 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(); -- 2.30.2