From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-commits+bounces-357812-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1QaylC-0002Bl-Nz
	for garchives@archives.gentoo.org; Sun, 26 Jun 2011 23:29:02 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 6D6AB1C01D;
	Sun, 26 Jun 2011 23:28:51 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id 38C951C01D
	for <gentoo-commits@lists.gentoo.org>; Sun, 26 Jun 2011 23:28:51 +0000 (UTC)
Received: from pelican.gentoo.org (unknown [66.219.59.40])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 9BABA1BC013
	for <gentoo-commits@lists.gentoo.org>; Sun, 26 Jun 2011 23:28:50 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by pelican.gentoo.org (Postfix) with ESMTP id B81C38003C
	for <gentoo-commits@lists.gentoo.org>; Sun, 26 Jun 2011 23:28:49 +0000 (UTC)
From: "Wiktor W Brodlo" <wiktor@brodlo.net>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Wiktor W Brodlo" <wiktor@brodlo.net>
Message-ID: <58d7ccbcc18747046aedccd2f4ea4e1256452581.wiktor@gentoo>
Subject: [gentoo-commits] proj/anaconda:master commit in: gentoo/
X-VCS-Repository: proj/anaconda
X-VCS-Files: gentoo/utils.py
X-VCS-Directories: gentoo/
X-VCS-Committer: wiktor
X-VCS-Committer-Name: Wiktor W Brodlo
X-VCS-Revision: 58d7ccbcc18747046aedccd2f4ea4e1256452581
Date: Sun, 26 Jun 2011 23:28:49 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 
X-Archives-Hash: ce7018627ca4dc480c52197f07e26142

commit:     58d7ccbcc18747046aedccd2f4ea4e1256452581
Author:     wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
AuthorDate: Sun Jun 26 23:28:23 2011 +0000
Commit:     Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
CommitDate: Sun Jun 26 23:28:23 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/anaconda.git;=
a=3Dcommit;h=3D58d7ccbc

gentoo/utils.py: oops, left some Entropy cruft

---
 gentoo/utils.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gentoo/utils.py b/gentoo/utils.py
index 52abbff..5ea499d 100644
--- a/gentoo/utils.py
+++ b/gentoo/utils.py
@@ -46,9 +46,9 @@ _ =3D lambda x: gettext.ldgettext("anaconda", x)
 STDERR_LOG =3D open("/tmp/anaconda.log","aw")
 log =3D logging.getLogger("anaconda")
=20
-class GentooProgress(Singleton):
+class GentooProgress:
=20
-    def init_singleton(self, anaconda):
+    def __init__(self, anaconda):
         self._intf =3D anaconda.intf
         self._display_mode =3D anaconda.displayMode
         self._prog =3D self._intf.instProgress