public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r11761 - main/trunk/pym/portage
@ 2008-10-31  4:26 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2008-10-31  4:26 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2008-10-31 04:26:06 +0000 (Fri, 31 Oct 2008)
New Revision: 11761

Modified:
   main/trunk/pym/portage/dep.py
Log:
Remove unused conditional_disabled and conditional_enabled attributes from
_use_dep.__slots__.


Modified: main/trunk/pym/portage/dep.py
===================================================================
--- main/trunk/pym/portage/dep.py	2008-10-31 04:01:49 UTC (rev 11760)
+++ main/trunk/pym/portage/dep.py	2008-10-31 04:26:06 UTC (rev 11761)
@@ -341,8 +341,8 @@
 
 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="")




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-10-31  4:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-31  4:26 [gentoo-commits] portage r11761 - main/trunk/pym/portage Zac Medico (zmedico)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox