dont show pip options in extension menu when no pip is available
[enigma2.git] / lib / python / Components / Sources / FrontendInfo.py
index e0df49db3686ee9a852b1520173908aeab1cef46..142573c9cb7c1cbb25ff2e0aa6af660c909d75e4 100644 (file)
@@ -1,5 +1,4 @@
 from Source import Source
-from enigma import eTimer
 
 class FrontendInfo(Source):
        def __init__(self, service_source = None, frontend_source = None):