Gentoo Archives: gentoo-commits

From: Wiktor W Brodlo <wiktor@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/anaconda:master commit in: /
Date: Sun, 03 Jul 2011 20:05:16
Message-Id: 2cd35fbe6ee9e4c42377e61237f65ffa030c4eb2.wiktor@gentoo
1 commit: 2cd35fbe6ee9e4c42377e61237f65ffa030c4eb2
2 Author: wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
3 AuthorDate: Sun Jul 3 16:27:08 2011 +0000
4 Commit: Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
5 CommitDate: Sun Jul 3 16:27:08 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=2cd35fbe
7
8 installclass.py: oops, Python is being an indent nazi
9
10 ---
11 installclass.py | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/installclass.py b/installclass.py
15 index 5c0f5d2..ec6fa62 100644
16 --- a/installclass.py
17 +++ b/installclass.py
18 @@ -79,7 +79,7 @@ class BaseInstallClass(object):
19
20 def setSteps(self, anaconda):
21 dispatch = anaconda.dispatch
22 - dispatch.setStepList(
23 + dispatch.setStepList(
24 # Welcome
25 "welcome",
26 "language",