From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 580C4138CEF for ; Wed, 12 Feb 2014 10:42:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50F5BE0D70; Wed, 12 Feb 2014 10:42:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D2D73E0D70 for ; Wed, 12 Feb 2014 10:42:51 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0EF8133F99F for ; Wed, 12 Feb 2014 10:42:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id A9D1218873 for ; Wed, 12 Feb 2014 10:42:49 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1392201427.2b2c74c74a042ce20acd74a6f03b1af026e56ffa.dol-sen@gentoo> Subject: [gentoo-commits] proj/gentoolkit:gentoolkit commit in: pym/gentoolkit/revdep_rebuild/ X-VCS-Repository: proj/gentoolkit X-VCS-Files: pym/gentoolkit/revdep_rebuild/assign.py X-VCS-Directories: pym/gentoolkit/revdep_rebuild/ X-VCS-Committer: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 2b2c74c74a042ce20acd74a6f03b1af026e56ffa X-VCS-Branch: gentoolkit Date: Wed, 12 Feb 2014 10:42:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b08c8885-09c5-45b0-ac4c-90e4c9df0918 X-Archives-Hash: 0f5f44d9c5bb3a8856a7573e81f19e3f commit: 2b2c74c74a042ce20acd74a6f03b1af026e56ffa Author: Brian Dolbec gentoo org> AuthorDate: Wed Feb 12 10:37:07 2014 +0000 Commit: Brian Dolbec gmail com> CommitDate: Wed Feb 12 10:37:07 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoolkit.git;a=commit;h=2b2c74c7 revdep_rebuild/assign.py: Add missed green import --- pym/gentoolkit/revdep_rebuild/assign.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/gentoolkit/revdep_rebuild/assign.py b/pym/gentoolkit/revdep_rebuild/assign.py index 5704974..40d04b7 100644 --- a/pym/gentoolkit/revdep_rebuild/assign.py +++ b/pym/gentoolkit/revdep_rebuild/assign.py @@ -11,7 +11,7 @@ import re import portage from portage import portdb -from portage.output import bold, red, yellow +from portage.output import bold, red, yellow, green # Make all str conversions unicode try: