remove superfluous import
[enigma2.git] / lib / python / Screens / InfoBarGenerics.py
index cdaa2c1e6c035615fd1a49c2c111c948b6155fb4..eb79c74e03cd40313f4550687d37b9c56ae42f9d 100644 (file)
@@ -1312,7 +1312,6 @@ class InfoBarJobman:
                self.session.openWithCallback(self.JobViewCB, JobView, job)
        
        def JobViewCB(self, in_background):
-               from Screens.TaskView import JobView
                job_manager.in_background = in_background
 
 # depends on InfoBarExtensions