aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Sources/CurrentService.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components/Sources/CurrentService.py')
-rw-r--r--lib/python/Components/Sources/CurrentService.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/python/Components/Sources/CurrentService.py b/lib/python/Components/Sources/CurrentService.py
index 8e582d55..acc624a2 100644
--- a/lib/python/Components/Sources/CurrentService.py
+++ b/lib/python/Components/Sources/CurrentService.py
@@ -3,8 +3,6 @@ from enigma import iPlayableService
from Source import Source
from Components.Element import cached
-from time import time
-
class CurrentService(PerServiceBase, Source):
def __init__(self, navcore):
Source.__init__(self)