[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH 1/5] remove unused variable self.running
- From: Vratislav Podzimek <vpodzime redhat com>
- To: anaconda-devel-list redhat com
- Cc: Matt_Domsch Dell com
- Subject: [PATCH 1/5] remove unused variable self.running
- Date: Tue, 4 Oct 2011 15:46:32 +0200
---
pyanaconda/iw/language_gui.py | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/pyanaconda/iw/language_gui.py b/pyanaconda/iw/language_gui.py
index 75fa66b..34aa88d 100644
--- a/pyanaconda/iw/language_gui.py
+++ b/pyanaconda/iw/language_gui.py
@@ -69,7 +69,6 @@ class LanguageWindow (InstallWindow):
# LanguageWindow tag="lang"
def getScreen (self, anaconda):
- self.running = 0
mainBox = gtk.VBox (False, 10)
hbox = gtk.HBox(False, 5)
@@ -130,6 +129,4 @@ class LanguageWindow (InstallWindow):
mainBox.pack_start (hbox, False, False, 10)
mainBox.pack_start (sw, True, True)
- self.running = 1
-
return mainBox
--
1.7.4.4
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]