summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/Blocker.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/_emerge/Blocker.py')
-rw-r--r--pym/_emerge/Blocker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/_emerge/Blocker.py b/pym/_emerge/Blocker.py
index 5e34e5249..1c1a6f3f4 100644
--- a/pym/_emerge/Blocker.py
+++ b/pym/_emerge/Blocker.py
@@ -13,7 +13,7 @@ except ImportError:
class Blocker(Task):
__hash__ = Task.__hash__
- __slots__ = ("root", "atom", "cp", "eapi", "satisfied")
+ __slots__ = ("root", "atom", "cp", "eapi", "priority", "satisfied")
def __init__(self, **kwargs):
Task.__init__(self, **kwargs)