summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-09-19 18:06:10 +0000
committerJeremy Katz <katzj@redhat.com>2005-09-19 18:06:10 +0000
commit6d42b75aabadeb15a9b27ebb5c1c3128dd81291c (patch)
tree6875238e3a5a56c98df4542dce1ea68bbd64ea06 /text.py
parent249820cd6ffa0c3bb54b26c209c696d71041d6f9 (diff)
downloadanaconda-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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/text.py b/text.py
index d0032e770..26adb8285 100644
--- a/text.py
+++ b/text.py
@@ -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