add some timer checks
[enigma2.git] / Navigation.py
index f1683df8cdb4ceffabb0a8948e420b6839140291..7b615bbdab6d37b6cb076ba1b11e92222f0c9a54 100644 (file)
@@ -4,6 +4,8 @@ import RecordTimer
 import NavigationInstance
 import ServiceReference
 
 import NavigationInstance
 import ServiceReference
 
+from time import time
+
 # TODO: remove pNavgation, eNavigation and rewrite this stuff in python.
 class Navigation:
        def __init__(self):
 # TODO: remove pNavgation, eNavigation and rewrite this stuff in python.
 class Navigation:
        def __init__(self):