immediate take care of changed "visualize rotor movement" option
[enigma2.git] / lib / python / Screens / EventView.py
index 82bca9fddc106088a0b5055755dcdd6390939625..7746b135a29a48423fafb7d2a248ad5efe9f5ed0 100644 (file)
@@ -3,11 +3,10 @@ from Components.ActionMap import ActionMap
 from Components.Button import Button
 from Components.Label import Label
 from Components.ScrollLabel import ScrollLabel
-from enigma import eServiceEventPtr, eEPGCache, eTimer, eServiceReference
-from ServiceReference import ServiceReference
+from enigma import eEPGCache, eTimer, eServiceReference
 from RecordTimer import RecordTimerEntry, parseEvent
 from TimerEntry import TimerEntry
-from time import localtime, asctime
+from time import localtime
 
 class EventViewBase:
        def __init__(self, Event, Ref, callback=None, similarEPGCB=None):