aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2011-09-14 22:58:53 +0200
committerghost <andreas.monzner@multimedia-labs.de>2011-09-14 22:58:53 +0200
commit75d5fba59f4e575eab24d1a6397a5904abed1101 (patch)
treeb1e84f1bb4edb8de2307ca5e65b979f0913f47a2 /lib/python/Components
parent8a25a8d1153800a868830d4813e277dcc490bcb7 (diff)
parent9d1c22ed6298d6fa303f7e129d937df06e1bac7d (diff)
downloadenigma2-75d5fba59f4e575eab24d1a6397a5904abed1101.tar.gz
enigma2-75d5fba59f4e575eab24d1a6397a5904abed1101.zip
Merge branch 'bug_747_cancel_waiting_tasks'
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/Task.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/Task.py b/lib/python/Components/Task.py
index 3a755405..86769233 100644
--- a/lib/python/Components/Task.py
+++ b/lib/python/Components/Task.py
@@ -108,7 +108,6 @@ class Job(object):
self.tasks[i].abort()
def cancel(self):
- # some Jobs might have a better idea of how to cancel a job
self.abort()
class Task(object):
@@ -305,6 +304,7 @@ class JobManager:
list.append(self.active_job)
list += self.active_jobs
return list
+
# some examples:
#class PartitionExistsPostcondition:
# def __init__(self, device):