Gentoo Logo
Gentoo Spaceship




Note: Due to technical difficulties, the Archives are currently not up to date. GMANE provides an alternative service for most mailing lists.
c.f. bug 424647
List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Zac Medico (zmedico)" <zmedico@g.o>
Subject: portage r12964 - main/branches/2.1.6/pym/_emerge
Date: Wed, 11 Mar 2009 06:18:51 +0000
Author: zmedico
Date: 2009-03-11 06:18:50 +0000 (Wed, 11 Mar 2009)
New Revision: 12964

Modified:
   main/branches/2.1.6/pym/_emerge/__init__.py
Log:
Implement BlockerDepPriority.__str__(). (trunk r12709)

Modified: main/branches/2.1.6/pym/_emerge/__init__.py
===================================================================
--- main/branches/2.1.6/pym/_emerge/__init__.py	2009-03-11 06:18:38 UTC (rev 12963)
+++ main/branches/2.1.6/pym/_emerge/__init__.py	2009-03-11 06:18:50 UTC (rev 12964)
@@ -930,6 +930,9 @@
 	def __int__(self):
 		return 0
 
+	def __str__(self):
+		return 'blocker'
+
 BlockerDepPriority.instance = BlockerDepPriority()
 
 class UnmergeDepPriority(AbstractDepPriority):



Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
portage r12963 - main/branches/2.1.6/pym/_emerge
Next by thread:
portage r12965 - main/branches/2.1.6/pym/_emerge
Previous by date:
portage r12963 - main/branches/2.1.6/pym/_emerge
Next by date:
portage r12965 - main/branches/2.1.6/pym/_emerge


Updated Jun 10, 2010

Summary: Archive of the gentoo-commits mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.