aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/Mute.py6
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)