summaryrefslogtreecommitdiff
path: root/tasksqueue.py
diff options
context:
space:
mode:
Diffstat (limited to 'tasksqueue.py')
-rw-r--r--tasksqueue.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tasksqueue.py b/tasksqueue.py
index e95a77e..71b57c1 100644
--- a/tasksqueue.py
+++ b/tasksqueue.py
@@ -94,5 +94,7 @@ class Task(object):
def __eq__(self, other):
return self.id == other.id
+ __hash__ = object.__hash__
+
def merge(self, other):
pass