diff options
| author | Fraxinas <andreas.frisch@multimedia-labs.de> | 2008-11-17 23:29:39 +0100 |
|---|---|---|
| committer | Fraxinas <andreas.frisch@multimedia-labs.de> | 2008-11-17 23:29:39 +0100 |
| commit | a8e2ae086f201762677d9f926b75285d1c299ab2 (patch) | |
| tree | bdb0df81beef88cb8c6f15c8385ff267db7aa890 /lib/python | |
| parent | c2ec827d12f170cb4bee1a42be9e454c7174207b (diff) | |
| download | enigma2-a8e2ae086f201762677d9f926b75285d1c299ab2.tar.gz enigma2-a8e2ae086f201762677d9f926b75285d1c299ab2.zip | |
remove superfluous import
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Screens/InfoBarGenerics.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py index cdaa2c1e..eb79c74e 100644 --- a/lib/python/Screens/InfoBarGenerics.py +++ b/lib/python/Screens/InfoBarGenerics.py @@ -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 |
