diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-23 00:35:44 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-23 00:35:44 +0000 |
commit | 44c460363210940aaabc125d2ac166d9f69977d1 (patch) | |
tree | 3d95af5579c82130bf063bb57164137c947971f1 /iw/installpath.py | |
parent | 592f9faaa70f810b2a2d56d02db4c4328928abae (diff) | |
download | anaconda-44c460363210940aaabc125d2ac166d9f69977d1.tar.gz anaconda-44c460363210940aaabc125d2ac166d9f69977d1.tar.xz anaconda-44c460363210940aaabc125d2ac166d9f69977d1.zip |
set default to None
Diffstat (limited to 'iw/installpath.py')
-rw-r--r-- | iw/installpath.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/iw/installpath.py b/iw/installpath.py index 99b40c695..16b1c2394 100644 --- a/iw/installpath.py +++ b/iw/installpath.py @@ -162,6 +162,7 @@ class InstallPathWindow (InstallWindow): if (self.todo.upgrade): self.upgradeButton.set_active(1) self.orig = None + default = None else: instClass = self.todo.getClass() self.orig = None |