diff options
author | Jeremy Katz <katzj@redhat.com> | 2005-09-19 18:06:10 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2005-09-19 18:06:10 +0000 |
commit | 6d42b75aabadeb15a9b27ebb5c1c3128dd81291c (patch) | |
tree | 6875238e3a5a56c98df4542dce1ea68bbd64ea06 /text.py | |
parent | 249820cd6ffa0c3bb54b26c209c696d71041d6f9 (diff) | |
download | anaconda-6d42b75aabadeb15a9b27ebb5c1c3128dd81291c.tar.gz anaconda-6d42b75aabadeb15a9b27ebb5c1c3128dd81291c.tar.xz anaconda-6d42b75aabadeb15a9b27ebb5c1c3128dd81291c.zip |
2005-09-19 Jeremy Katz <katzj@redhat.com>
* gui.py (InstallControlState.__init__): Look in /tmp/updates for
help (... if we bring it back) (#168155)
* text.py (InstallInterface.helpWindow): Likewise.
Diffstat (limited to 'text.py')
-rw-r--r-- | text.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -154,7 +154,7 @@ class InstallInterface: # HelpWindow can't get to the langauge found = 0 - for path in ("./text-", "/mnt/source/RHupdates/", + for path in ("./text-", "/mnt/source/RHupdates/", "/tmp/updates/", "/usr/share/anaconda/"): if found: break |