diff options
author | Jeremy Katz <katzj@redhat.com> | 2005-03-29 18:36:45 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2005-03-29 18:36:45 +0000 |
commit | 3eede90004cfa9e12299aed178c652a91174a5fb (patch) | |
tree | b988f726fee46b21d95a0154322d4755384f9b50 /textw | |
parent | 7ec16efcd173926d85f8a801a0af390f93dc4689 (diff) | |
download | anaconda-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 'textw')
-rw-r--r-- | textw/welcome_text.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/welcome_text.py b/textw/welcome_text.py index 4194a4af3..feaec7ac0 100644 --- a/textw/welcome_text.py +++ b/textw/welcome_text.py @@ -18,7 +18,7 @@ from constants import * import os class WelcomeWindow: - def __call__(self, screen, configFileData): + def __call__(self, screen): rc = ButtonChoiceWindow(screen, _("%s") % (productName,), _("Welcome to %s!\n\n") % (productName, ), |