summaryrefslogtreecommitdiffstats
path: root/cmdline.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-03-29 18:36:45 +0000
committerJeremy Katz <katzj@redhat.com>2005-03-29 18:36:45 +0000
commit3eede90004cfa9e12299aed178c652a91174a5fb (patch)
treeb988f726fee46b21d95a0154322d4755384f9b50 /cmdline.py
parent7ec16efcd173926d85f8a801a0af390f93dc4689 (diff)
downloadanaconda-3eede90004cfa9e12299aed178c652a91174a5fb.tar.gz
anaconda-3eede90004cfa9e12299aed178c652a91174a5fb.tar.xz
anaconda-3eede90004cfa9e12299aed178c652a91174a5fb.zip
2005-03-29 Jeremy Katz <katzj@redhat.com>
* anaconda: Remove essentially unused config file data code, product.img basically supplanted this. * Makefile: Likewise. * cmdline.py: Likewise. * gui.py: Likewise. * text.py: Likewise. * dispatch.py: Likewise. * instdata.py: Likewise. * splashscreen.py: Likewise. * iw/welcome_gui.py: Likewise. * textw/welcome_text.py: Likewise. * anaconda.conf: Remove file. * configFileData.py: Likewise. * readConfigFile.py: Likewise.
Diffstat (limited to 'cmdline.py')
-rw-r--r--cmdline.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/cmdline.py b/cmdline.py
index 4e547b03c..7ab73c8f8 100644
--- a/cmdline.py
+++ b/cmdline.py
@@ -94,9 +94,7 @@ class InstallInterface:
def waitWindow(self, title, text):
return WaitWindow(title, text)
- def run(self, id, dispatch, configFileData):
- self.configFileData = configFileData
-
+ def run(self, id, dispatch):
id.fsset.registerMessageWindow(self.messageWindow)
id.fsset.registerProgressWindow(self.progressWindow)
id.fsset.registerWaitWindow(self.waitWindow)