summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-01-13 06:11:51 +0000
committerJeremy Katz <katzj@redhat.com>2003-01-13 06:11:51 +0000
commit343fdd4457b79d4a24c222daed1f541956db5a2e (patch)
tree2dccf5d0de02a85d5d2afdb7905c62150518a7c9 /gui.py
parent4a9ec0baa3343fce70914bfa9a125a31490e694b (diff)
downloadanaconda-343fdd4457b79d4a24c222daed1f541956db5a2e.tar.gz
anaconda-343fdd4457b79d4a24c222daed1f541956db5a2e.tar.xz
anaconda-343fdd4457b79d4a24c222daed1f541956db5a2e.zip
oops, didn't mean to commit this one yet
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/gui.py b/gui.py
index 737fb3fb5..a7e50d41e 100755
--- a/gui.py
+++ b/gui.py
@@ -1427,8 +1427,6 @@ class InstallControlState:
break
if text:
- text = text.replace("@RHL@", productName)
- text = text.replace("@RHLVER@", productVersion)
return text
print "Unable to read %s help text" % (file,)