diff options
author | Matt Wilson <msw@redhat.com> | 2001-09-07 17:29:09 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-09-07 17:29:09 +0000 |
commit | 99ad53b85e9d3e4320a540eee72dbe1bd18a7a1c (patch) | |
tree | f670ea05abc738e251c8da580c11a7df0ffa5f16 /text.py | |
parent | 0e4c6a28fb5715bd79f1cc91c72d5a8a1e995bc3 (diff) | |
download | anaconda-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |