summaryrefslogtreecommitdiffstats
path: root/pyanaconda/rescue.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2012-07-17 10:32:23 -0400
committerChris Lumens <clumens@redhat.com>2012-07-17 10:32:23 -0400
commitabd3faee2cb535342bdaf8b0e65617451302712e (patch)
treecfcfc37d94f62aa6214da9837198b9bcc19e22be /pyanaconda/rescue.py
parent499430a85e5d97f546f8c584170df6996c8c7957 (diff)
downloadanaconda-abd3faee2cb535342bdaf8b0e65617451302712e.tar.gz
anaconda-abd3faee2cb535342bdaf8b0e65617451302712e.tar.xz
anaconda-abd3faee2cb535342bdaf8b0e65617451302712e.zip
Remove enough of dispatcher so anaconda works without partIntfHelpers.
Our tangled set of imports means that anaconda was still trying to import partIntfHelpers through dispatch and rescue mode. This patch breaks those imports (which likely further breaks rescue and upgrade modes) and makes the gui work again.
Diffstat (limited to 'pyanaconda/rescue.py')
-rw-r--r--pyanaconda/rescue.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyanaconda/rescue.py b/pyanaconda/rescue.py
index 4a173906c..5854e25a1 100644
--- a/pyanaconda/rescue.py
+++ b/pyanaconda/rescue.py
@@ -117,7 +117,6 @@ class RescueInterface(InstallInterfaceBase):
def run(self, anaconda):
self.anaconda = anaconda
- self.anaconda.dispatch.dispatch()
def __init__(self):
InstallInterfaceBase.__init__(self)