diff options
| author | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-08-31 01:35:35 +0000 |
|---|---|---|
| committer | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-08-31 01:35:35 +0000 |
| commit | 3981931a82c9302dc4108324137fa0b4d67983b1 (patch) | |
| tree | f1fbfe0dd2ec0fda6793c4a675e0595d36291307 /lib/python/Components/AVSwitch.py | |
| parent | f3f5c94e2c2da033c5ddc9b27372221087911fd8 (diff) | |
| download | enigma2-3981931a82c9302dc4108324137fa0b4d67983b1.tar.gz enigma2-3981931a82c9302dc4108324137fa0b4d67983b1.zip | |
add newline
Diffstat (limited to 'lib/python/Components/AVSwitch.py')
| -rw-r--r-- | lib/python/Components/AVSwitch.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/python/Components/AVSwitch.py b/lib/python/Components/AVSwitch.py index 9c5d5bbf..7407ae72 100644 --- a/lib/python/Components/AVSwitch.py +++ b/lib/python/Components/AVSwitch.py @@ -44,4 +44,6 @@ def InitAVSwitch(): config.av.colorformat.addNotifier(setColorFormat); config.av.aspectratio.addNotifier(setAspectRatio); config.av.tvsystem.addNotifier(setSystem); - config.av.wss.addNotifier(setWSS);
\ No newline at end of file + config.av.wss.addNotifier(setWSS); + + |
