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: Mon, 27 Jun 2011 00:03:55
Message-Id: 7c3b3ed0e22c33c2274c85ab12b6a2c63cd25b86.wiktor@gentoo
1 commit: 7c3b3ed0e22c33c2274c85ab12b6a2c63cd25b86
2 Author: wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
3 AuthorDate: Mon Jun 27 00:03:29 2011 +0000
4 Commit: Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
5 CommitDate: Mon Jun 27 00:03:29 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=7c3b3ed0
7
8 gentoo/utils.py: more cruft to go
9
10 ---
11 gentoo/utils.py | 3 ++-
12 1 files changed, 2 insertions(+), 1 deletions(-)
13
14 diff --git a/gentoo/utils.py b/gentoo/utils.py
15 index 95fc3f8..0303887 100644
16 --- a/gentoo/utils.py
17 +++ b/gentoo/utils.py
18 @@ -175,7 +175,8 @@ class GentooInstall:
19 self._intf = anaconda.intf
20 self._progress = GentooProgress(anaconda)
21 self._portage = Portage(anaconda._intf.instProgress.terminal)
22 - self._settings = SystemSettings()
23 + # I'm wondering what's it actually for. ~w.
24 + #self._settings = SystemSettings()
25 with open("/proc/cmdline", "r") as cmd_f:
26 self.cmdline = cmd_f.readline().strip().split()
27 #sys.stderr = STDERR_LOG