Gentoo Archives: gentoo-commits

From: Wiktor W Brodlo <wiktor@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/anaconda:master commit in: gentoo/
Date: Sun, 26 Jun 2011 23:29:02
Message-Id: 58d7ccbcc18747046aedccd2f4ea4e1256452581.wiktor@gentoo
1 commit: 58d7ccbcc18747046aedccd2f4ea4e1256452581
2 Author: wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
3 AuthorDate: Sun Jun 26 23:28:23 2011 +0000
4 Commit: Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
5 CommitDate: Sun Jun 26 23:28:23 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=58d7ccbc
7
8 gentoo/utils.py: oops, left some Entropy cruft
9
10 ---
11 gentoo/utils.py | 4 ++--
12 1 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/gentoo/utils.py b/gentoo/utils.py
15 index 52abbff..5ea499d 100644
16 --- a/gentoo/utils.py
17 +++ b/gentoo/utils.py
18 @@ -46,9 +46,9 @@ _ = lambda x: gettext.ldgettext("anaconda", x)
19 STDERR_LOG = open("/tmp/anaconda.log","aw")
20 log = logging.getLogger("anaconda")
21
22 -class GentooProgress(Singleton):
23 +class GentooProgress:
24
25 - def init_singleton(self, anaconda):
26 + def __init__(self, anaconda):
27 self._intf = anaconda.intf
28 self._display_mode = anaconda.displayMode
29 self._prog = self._intf.instProgress