diff options
| author | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-11-11 14:24:07 +0000 |
|---|---|---|
| committer | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-11-11 14:24:07 +0000 |
| commit | be91d1cca13a27bfef946889c1e830f93b1f39bc (patch) | |
| tree | 84527bfd7c0cb029d74650299a2e6855017b5af3 /lib/python | |
| parent | 4929343a3b3110582330ba471c8ece9f844f3816 (diff) | |
| download | enigma2-be91d1cca13a27bfef946889c1e830f93b1f39bc.tar.gz enigma2-be91d1cca13a27bfef946889c1e830f93b1f39bc.zip | |
fix spaces
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Screens/Mute.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/python/Screens/Mute.py b/lib/python/Screens/Mute.py index 7f4f52da..12ffbb31 100644 --- a/lib/python/Screens/Mute.py +++ b/lib/python/Screens/Mute.py @@ -1,7 +1,7 @@ from Screen import Screen from Components.VolumeBar import VolumeBar - + class Mute(Screen): - def __init__(self, session): - Screen.__init__(self, session) + def __init__(self, session): + Screen.__init__(self, session) |
