summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
Diffstat (limited to 'text.py')
-rw-r--r--text.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/text.py b/text.py
index 0ed2e73c3..45dd62023 100644
--- a/text.py
+++ b/text.py
@@ -167,7 +167,8 @@ class InstallInterface:
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)
+# fn = "./text-help/%s/s1-help-screens-%s.txt" % (lang, key)
+
try:
f = open (fn)
except IOError, msg: