summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
Diffstat (limited to 'text.py')
-rw-r--r--text.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/text.py b/text.py
index a8943f8d7..bc2012247 100644
--- a/text.py
+++ b/text.py
@@ -195,6 +195,9 @@ class InstallInterface:
return None
l = f.readlines()
+ for l in lines:
+ l = l.replace("@RHL@", productName)
+ l = l.replace("@RHLVER@", productVersion)
while not string.strip(l[0]):
l = l[1:]
title = string.strip(l[0])