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 ) id 1QazIx-0005m1-17 for garchives@archives.gentoo.org; Mon, 27 Jun 2011 00:03:55 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C1981C1AE; Mon, 27 Jun 2011 00:03:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 373521C1AE for ; Mon, 27 Jun 2011 00:03:47 +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 9EA221BC007 for ; Mon, 27 Jun 2011 00:03:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id CDA0C8003C for ; Mon, 27 Jun 2011 00:03:45 +0000 (UTC) From: "Wiktor W Brodlo" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Wiktor W Brodlo" Message-ID: <7c3b3ed0e22c33c2274c85ab12b6a2c63cd25b86.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: 7c3b3ed0e22c33c2274c85ab12b6a2c63cd25b86 Date: Mon, 27 Jun 2011 00:03:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: ce5fb074fec7c4c49d9a7de7611bc341 commit: 7c3b3ed0e22c33c2274c85ab12b6a2c63cd25b86 Author: wiktor w brodlo brodlo net> AuthorDate: Mon Jun 27 00:03:29 2011 +0000 Commit: Wiktor W Brodlo brodlo net> CommitDate: Mon Jun 27 00:03:29 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/anaconda.git;= a=3Dcommit;h=3D7c3b3ed0 gentoo/utils.py: more cruft to go --- gentoo/utils.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/gentoo/utils.py b/gentoo/utils.py index 95fc3f8..0303887 100644 --- a/gentoo/utils.py +++ b/gentoo/utils.py @@ -175,7 +175,8 @@ class GentooInstall: self._intf =3D anaconda.intf self._progress =3D GentooProgress(anaconda) self._portage =3D Portage(anaconda._intf.instProgress.terminal) - self._settings =3D SystemSettings() + # I'm wondering what's it actually for. ~w. + #self._settings =3D SystemSettings() with open("/proc/cmdline", "r") as cmd_f: self.cmdline =3D cmd_f.readline().strip().split() #sys.stderr =3D STDERR_LOG