summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-12-11 16:46:02 +0000
committerJeremy Katz <katzj@redhat.com>2005-12-11 16:46:02 +0000
commit8953a9d4cc9ce62800a9845d0750a6a41e36f2e3 (patch)
tree6fcffd2543720b14a63c863dd131d8c85a1448ec /gui.py
parent6054547720fd01aa20b3ea0a7e7597aaabb7f451 (diff)
downloadanaconda-8953a9d4cc9ce62800a9845d0750a6a41e36f2e3.tar.gz
anaconda-8953a9d4cc9ce62800a9845d0750a6a41e36f2e3.tar.xz
anaconda-8953a9d4cc9ce62800a9845d0750a6a41e36f2e3.zip
2005-12-11 Jeremy Katz <katzj@redhat.com>
* gui.py: Stop looking for help. * anaconda.spec: anaconda-help is no more.
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/gui.py b/gui.py
index 9aebd8c89..55a26d91a 100755
--- a/gui.py
+++ b/gui.py
@@ -1174,6 +1174,8 @@ class InstallControlWindow:
pass
def refreshHelp(self):
+ return
+
# make sure we're refreshing the help for an actual screen
if self.currentWindow is None:
return
@@ -1498,7 +1500,7 @@ class InstallControlState:
text = text.replace("@RHLVER@", productVersion)
return text
- print "Unable to read %s help text" % (file,)
+ log.debug("Unable to read %s help text" % (file,))
return self.html