This commit is contained in:
Andreas Preikschat 2011-07-07 17:37:43 +02:00
parent 2b419d8a4e
commit f7ab82518b
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ class PriorityQueue(Queue.PriorityQueue):
The image to remove. This should be an ``Image`` instance. The image to remove. This should be an ``Image`` instance.
``new_priority`` ``new_priority``
The new priority for the image. The image's new priority.
""" """
self.remove(image) self.remove(image)
image.priority = new_priority image.priority = new_priority