aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2005-08-31 18:28:38 +0000
committerFelix Domke <tmbinc@elitedvb.net>2005-08-31 18:28:38 +0000
commit5ec9643747ed0dc24917ddac6310be0e49f74ce5 (patch)
tree85587cca5a570b0290d706bdc740fdba77570712 /lib/python/Components
parent4269ecde13580077c4d234b21784f704bf43e8fc (diff)
downloadenigma2-5ec9643747ed0dc24917ddac6310be0e49f74ce5.tar.gz
enigma2-5ec9643747ed0dc24917ddac6310be0e49f74ce5.zip
- fix av switch
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/AVSwitch.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/Components/AVSwitch.py b/lib/python/Components/AVSwitch.py
index df2020d3..8da370e3 100644
--- a/lib/python/Components/AVSwitch.py
+++ b/lib/python/Components/AVSwitch.py
@@ -1,4 +1,5 @@
from config import *
+import os
class AVSwitch:
def __init__(self):
@@ -6,6 +7,7 @@ class AVSwitch:
def setColorFormat(self, value):
print "colorformat:" + str(value)
+ os.system("scart " + str(value))
def setAspectRatio(self, value):
print "aspectratio:" + str(value)