summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2001-07-06 19:56:08 +0000
committerMike Fulbright <msf@redhat.com>2001-07-06 19:56:08 +0000
commit1d74e19bc84117d525394cdfe76339287513b6a5 (patch)
tree16133333e97c4a13d8fa62edeb4a5545a53790ba /text.py
parent58fe3daa478fdae0e522c1d0a96bc7cba7c4a2a7 (diff)
downloadanaconda-1d74e19bc84117d525394cdfe76339287513b6a5.tar.gz
anaconda-1d74e19bc84117d525394cdfe76339287513b6a5.tar.xz
anaconda-1d74e19bc84117d525394cdfe76339287513b6a5.zip
im an idiot
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: