summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2001-07-06 19:47:41 +0000
committerMike Fulbright <msf@redhat.com>2001-07-06 19:47:41 +0000
commitdeb2482d71346d44fd5c8533c06bc20cd3f6bffb (patch)
treea6d9320db2d3d80d2b5a82be6b1c88f99a3be699 /text.py
parent51aff79ebedbb0919a1029958adc3ed5878e8fbb (diff)
downloadanaconda-deb2482d71346d44fd5c8533c06bc20cd3f6bffb.tar.gz
anaconda-deb2482d71346d44fd5c8533c06bc20cd3f6bffb.tar.xz
anaconda-deb2482d71346d44fd5c8533c06bc20cd3f6bffb.zip
more tag changes for online docs
Diffstat (limited to 'text.py')
-rw-r--r--text.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/text.py b/text.py
index 7db27ea1e..0ed2e73c3 100644
--- a/text.py
+++ b/text.py
@@ -166,15 +166,14 @@ class InstallInterface:
for lang in self.langSearchPath:
fn = "/usr/share/anaconda/help/%s/s1-help-screens-%s.txt" \
% (lang, key)
+# uncomment to test help text installed in local directory instead
+ fn = "./text-help/%s/s1-help-screens-%s.txt" % (lang, key)
try:
f = open (fn)
except IOError, msg:
continue
break
-# uncomment to test help text installed in local directory instead
-# fn = "./text-help/%s/s1-help-screens-%s.txt" \
-# % (lang, key)
if not f:
if firstTime: