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

Author: zmedico
Date: 2008-04-28 06:00:11 +0000 (Mon, 28 Apr 2008)
New Revision: 10020

Modified:
   main/trunk/pym/_emerge/__init__.py
Log:
Add comma to ("__weakref__",) so that it's a tuple instead of a string.
Thanks to ferringb.


Modified: main/trunk/pym/_emerge/__init__.py
===================================================================
--- main/trunk/pym/_emerge/__init__.py	2008-04-28 03:41:31 UTC (rev 10019)
+++ main/trunk/pym/_emerge/__init__.py	2008-04-28 06:00:11 UTC (rev 10020)
@@ -831,7 +831,7 @@
 			yield flag
 
 class SlotObject(object):
-	__slots__ = ("__weakref__")
+	__slots__ = ("__weakref__",)
 
 	def __init__(self, **kwargs):
 		classes = [self.__class__]

-- 
gentoo-commits@lists.gentoo.org mailing list



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

only message in thread, other threads:[~2008-04-28  6:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-28  6:00 [gentoo-commits] portage r10020 - main/trunk/pym/_emerge 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