summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-09-07 17:29:09 +0000
committerMatt Wilson <msw@redhat.com>2001-09-07 17:29:09 +0000
commit99ad53b85e9d3e4320a540eee72dbe1bd18a7a1c (patch)
treef670ea05abc738e251c8da580c11a7df0ffa5f16 /text.py
parent0e4c6a28fb5715bd79f1cc91c72d5a8a1e995bc3 (diff)
downloadanaconda-99ad53b85e9d3e4320a540eee72dbe1bd18a7a1c.tar.gz
anaconda-99ad53b85e9d3e4320a540eee72dbe1bd18a7a1c.tar.xz
anaconda-99ad53b85e9d3e4320a540eee72dbe1bd18a7a1c.zip
oops, didn't mean to check that in -- but at least this is HEAD only
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 4f464e6b1..6804ca3c0 100644
--- a/text.py
+++ b/text.py
@@ -167,7 +167,7 @@ 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)