changed output
[enigma2.git] / lib / python / Components / AVSwitch.py
index 7407ae722484c8aff194a4d26c958076a4b2ecd9..df2020d37c088f4fa36f01c53a30066d8050f8a4 100644 (file)
@@ -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();