remove superfluous import
authorFraxinas <andreas.frisch@multimedia-labs.de>
Mon, 17 Nov 2008 22:29:39 +0000 (23:29 +0100)
committerFraxinas <andreas.frisch@multimedia-labs.de>
Mon, 17 Nov 2008 22:29:39 +0000 (23:29 +0100)
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):
                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
                job_manager.in_background = in_background
 
 # depends on InfoBarExtensions