aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/Scart.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Screens/Scart.py')
-rw-r--r--lib/python/Screens/Scart.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/python/Screens/Scart.py b/lib/python/Screens/Scart.py
index 329300a1..dc511448 100644
--- a/lib/python/Screens/Scart.py
+++ b/lib/python/Screens/Scart.py
@@ -1,10 +1,7 @@
from Screen import Screen
from MessageBox import MessageBox
-
from Components.AVSwitch import AVSwitch
-from enigma import *
-
class Scart(Screen):
def __init__(self, session, start_visible=True):
Screen.__init__(self, session)