summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-11-08 10:45:02 -0500
committerChris Lumens <clumens@redhat.com>2007-11-20 10:56:23 -0500
commit11742bff4da4d19e4fd943d9b0f60a10f025b3ea (patch)
treec69d7cb6420cbb37b1e817b7bde99561cd8e6319 /iw
parent94b8f0cd55bdd3e9eeeca266655ef245ca066688 (diff)
downloadanaconda-11742bff4da4d19e4fd943d9b0f60a10f025b3ea.tar.gz
anaconda-11742bff4da4d19e4fd943d9b0f60a10f025b3ea.tar.xz
anaconda-11742bff4da4d19e4fd943d9b0f60a10f025b3ea.zip
Remove the release notes button from the UI so I can remove getFilename.
Diffstat (limited to 'iw')
-rw-r--r--iw/release_notes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/release_notes.py b/iw/release_notes.py
index e33d4dbdd..e55043329 100644
--- a/iw/release_notes.py
+++ b/iw/release_notes.py
@@ -67,7 +67,7 @@ class ReleaseNotesViewer:
for suffix in suffixList:
fn = "RELEASE-NOTES%s" % (suffix,)
try:
- tmpfile = os.path.abspath(self.anaconda.dispatch.method.getFilename(fn, destdir="/tmp", retry=0))
+# tmpfile = os.path.abspath(self.anaconda.dispatch.method.getFilename(fn, destdir="/tmp", retry=0))
if tmpfile is None:
continue