Gentoo Archives: gentoo-commits

From: Wiktor W Brodlo <wiktor@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/anaconda:master commit in: iw/
Date: Sun, 03 Jul 2011 19:40:51
Message-Id: 0667d78e27ad6aad78cd990c9c4229635568b62c.wiktor@gentoo
1 commit: 0667d78e27ad6aad78cd990c9c4229635568b62c
2 Author: wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
3 AuthorDate: Sun Jul 3 16:00:19 2011 +0000
4 Commit: Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
5 CommitDate: Sun Jul 3 16:00:19 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=0667d78e
7
8 indent fix
9
10 ---
11 iw/mirrorselect_gui.py | 9 +--------
12 1 files changed, 1 insertions(+), 8 deletions(-)
13
14 diff --git a/iw/mirrorselect_gui.py b/iw/mirrorselect_gui.py
15 index 0f5ed3e..24bbc7e 100644
16 --- a/iw/mirrorselect_gui.py
17 +++ b/iw/mirrorselect_gui.py
18 @@ -37,13 +37,7 @@ _ = lambda x: gettext.ldgettext("anaconda", x)
19
20 class MirrorselectWindow(InstallWindow):
21 def getNext(self):
22 - self.anaconda.makeconf.march = self.march.get_active_text()
23 - self.anaconda.makeconf.opt = self.opt.get_active_text()
24 - self.anaconda.makeconf.pipe = self.pipe.get_active()
25 - self.anaconda.makeconf.jobs = self.jobs.get_value_as_int()
26 - self.anaconda.makeconf.load = self.load.get_value_as_int()
27 - self.anaconda.makeconf.silent = self.silent.get_active()
28 - return None
29 + return None
30
31 def getScreen(self, anaconda):
32 self.anaconda = anaconda
33 @@ -78,7 +72,6 @@ class MirrorselectWindow(InstallWindow):
34
35 def addMirrors(self, table, mirror_list, mirror_data):
36 (regions, countries, mirrors) = mirror_list
37 -
38 for region in regions:
39 for country in countries:
40 for mirror in mirrors: