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, 04 Jul 2011 22:34:16
Message-Id: 3d0553ef9e63f876d1cdb9b269989e90abd66820.wiktor@gentoo
1 commit: 3d0553ef9e63f876d1cdb9b269989e90abd66820
2 Author: wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
3 AuthorDate: Mon Jul 4 22:33:51 2011 +0000
4 Commit: Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
5 CommitDate: Mon Jul 4 22:33:51 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=3d0553ef
7
8 Python being an indent nazi
9
10 ---
11 gentoo/utils.py | 22 +++++++++++-----------
12 1 files changed, 11 insertions(+), 11 deletions(-)
13
14 diff --git a/gentoo/utils.py b/gentoo/utils.py
15 index af1f17e..856adf9 100644
16 --- a/gentoo/utils.py
17 +++ b/gentoo/utils.py
18 @@ -1061,18 +1061,18 @@ class GentooInstall:
19 self._progress.set_fraction(1)
20
21 def install_setup_tools(self):
22 - self._progress.set_fraction(0.0)
23 + self._progress.set_fraction(0.0)
24 self._progress.set_text(_("Installing configuration helpers"))
25 - self.install_package("system-config-date")
26 - self._progress.set_fraction(0.2)
27 - self.install_package("system-config-keyboard")
28 - self._progress.set_fraction(0.4)
29 - self.install_package("system-config-users")
30 - self._progress.set_fraction(0.6)
31 - self.install_package("keyboard-configuration-helpers")
32 - self._progress.set_fraction(0.8)
33 - self.install_package("language-configuration-helpers")
34 - self._progress.set_fraction(1.0)
35 + self.install_package("system-config-date")
36 + self._progress.set_fraction(0.2)
37 + self.install_package("system-config-keyboard")
38 + self._progress.set_fraction(0.4)
39 + self.install_package("system-config-users")
40 + self._progress.set_fraction(0.6)
41 + self.install_package("keyboard-configuration-helpers")
42 + self._progress.set_fraction(0.8)
43 + self.install_package("language-configuration-helpers")
44 + self._progress.set_fraction(1.0)
45
46 def set_profile(self):
47 self._progress.set_fraction(0.0)