[master 9/9] Remove unused properties

dashea installerbot-noreply at redhat.com
Thu Oct 8 19:05:37 UTC 2015


From: David Shea <dshea at redhat.com>

---
 pyanaconda/ui/gui/spokes/user.py | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/pyanaconda/ui/gui/spokes/user.py b/pyanaconda/ui/gui/spokes/user.py
index 3b8bf89..735293f 100644
--- a/pyanaconda/ui/gui/spokes/user.py
+++ b/pyanaconda/ui/gui/spokes/user.py
@@ -71,8 +71,8 @@ def _validateGroups(self, inputcheck):
     def __init__(self, user, data):
         GUIObject.__init__(self, data)
 
-        self._saveButton = self.builder.get_object("save_button")
-        GUIDialogInputCheckHandler.__init__(self, self._saveButton)
+        _saveButton = self.builder.get_object("save_button")
+        GUIDialogInputCheckHandler.__init__(self, _saveButton)
 
         self._user = user
 
@@ -244,7 +244,6 @@ def should_run(cls, environment, data):
     def __init__(self, *args):
         NormalSpoke.__init__(self, *args)
         GUISpokeInputCheckHandler.__init__(self)
-        self._oldweak = None
 
     def initialize(self):
         NormalSpoke.initialize(self)


-- 
To view this commit on github, visit https://github.com/rhinstaller/anaconda/commit/fa996a69209ba007ebcbdd8c2601d81b171ff4ad


More information about the anaconda-patches mailing list