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: Mon, 04 Jul 2011 16:25:59
Message-Id: 9eaf8ec7c14d36b930dfa17a8bcc5c754f1e6e30.wiktor@gentoo
1 commit: 9eaf8ec7c14d36b930dfa17a8bcc5c754f1e6e30
2 Author: wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
3 AuthorDate: Mon Jul 4 16:18:49 2011 +0000
4 Commit: Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
5 CommitDate: Mon Jul 4 16:18:49 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=9eaf8ec7
7
8 iw/systools_gui.py: corrected class name
9
10 ---
11 iw/systools_gui.py | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/iw/systools_gui.py b/iw/systools_gui.py
15 index f1e3773..9a2194a 100644
16 --- a/iw/systools_gui.py
17 +++ b/iw/systools_gui.py
18 @@ -33,7 +33,7 @@ from constants import *
19 import gettext
20 _ = lambda x: gettext.ldgettext("anaconda", x)
21
22 -class SystoolWindow(InstallWindow):
23 +class SystoolsWindow(InstallWindow):
24 def getNext(self):
25 return None