[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

[PATCH 1/5] remove unused variable self.running



---
 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]