From d0ad77f85ea7f55f2ff4f4cf580999b1308e4df1 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 31 Oct 2008 04:26:06 +0000 Subject: Remove unused conditional_disabled and conditional_enabled attributes from _use_dep.__slots__. svn path=/main/trunk/; revision=11761 --- pym/portage/dep.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pym/portage/dep.py b/pym/portage/dep.py index b36a6bf5a..a6e67c3ee 100644 --- a/pym/portage/dep.py +++ b/pym/portage/dep.py @@ -341,8 +341,8 @@ def dep_opconvert(deplist): class _use_dep(object): - __slots__ = ("__weakref__", "conditional", "conditional_disabled", - "conditional_enabled", "disabled", "enabled", "tokens", "required") + __slots__ = ("__weakref__", "conditional", + "disabled", "enabled", "tokens", "required") _conditionals_class = portage.cache.mappings.slot_dict_class( ("disabled", "enabled", "equal", "not_equal"), prefix="") -- cgit v1.2.3-1-g7c22