diff options
author | Mike Fulbright <msf@redhat.com> | 2001-07-06 19:47:41 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2001-07-06 19:47:41 +0000 |
commit | deb2482d71346d44fd5c8533c06bc20cd3f6bffb (patch) | |
tree | a6d9320db2d3d80d2b5a82be6b1c88f99a3be699 /text.py | |
parent | 51aff79ebedbb0919a1029958adc3ed5878e8fbb (diff) | |
download | anaconda-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.py | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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: |