summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorbfox <bfox>2001-03-14 23:02:09 +0000
committerbfox <bfox>2001-03-14 23:02:09 +0000
commitd256d4c1ddae4971fa8a3529660e837305413f6a (patch)
treeda2545cba35ec6a0e01cfd32581422f1c050712e /iw
parentf8b341fd84822f21c0e78c9b125f3f2081ad570a (diff)
downloadanaconda-d256d4c1ddae4971fa8a3529660e837305413f6a.tar.gz
anaconda-d256d4c1ddae4971fa8a3529660e837305413f6a.tar.xz
anaconda-d256d4c1ddae4971fa8a3529660e837305413f6a.zip
we don't need to call self.todo.upgradeFindPackages here anymore. It's been moved to upgradeSwapWindow
Diffstat (limited to 'iw')
-rw-r--r--iw/examine_gui.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/iw/examine_gui.py b/iw/examine_gui.py
index 6d40b43e8..609fbe328 100644
--- a/iw/examine_gui.py
+++ b/iw/examine_gui.py
@@ -17,7 +17,6 @@ class UpgradeExamineWindow (InstallWindow):
def getNext (self):
threads_leave ()
self.todo.upgradeMountFilesystems (self.root)
- self.todo.upgradeFindPackages ()
threads_enter ()
if self.individualPackages.get_active ():