summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2007-05-10 17:10:25 +0000
committerJeremy Katz <katzj@redhat.com>2007-05-10 17:10:25 +0000
commit751ff752a4f81994a845037362c0da7e30d2bc70 (patch)
treed719ffd0a92e17b62921dae2a94a270c8c8b3f55 /text.py
parentd68b1dbd0529f957e8301f8b284c3dc6e815b3b0 (diff)
downloadanaconda-751ff752a4f81994a845037362c0da7e30d2bc70.tar.gz
anaconda-751ff752a4f81994a845037362c0da7e30d2bc70.tar.xz
anaconda-751ff752a4f81994a845037362c0da7e30d2bc70.zip
2007-05-10 Jeremy Katz <katzj@redhat.com>
* text.py (WaitWindow.refresh): Fix traceback reported on livecd-list
Diffstat (limited to 'text.py')
-rw-r--r--text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/text.py b/text.py
index b78ca8fef..d374d438c 100644
--- a/text.py
+++ b/text.py
@@ -82,7 +82,7 @@ class WaitWindow:
self.screen.popWindow()
self.screen.refresh()
- def refresh():
+ def refresh(self):
self.screen.refresh()
def __init__(self, screen, title, text):