summaryrefslogtreecommitdiffstats
path: root/cmdline.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2007-03-28 21:31:13 +0000
committerJeremy Katz <katzj@redhat.com>2007-03-28 21:31:13 +0000
commit81893c5d1cc3943dcece7ab9a4a551f3ec5c308f (patch)
treee83315b1d6b7c236e340e8b0e6e3cf1f96b315d5 /cmdline.py
parent0316cb48ef2fd7d71249bd5de317d265e588f947 (diff)
downloadanaconda-81893c5d1cc3943dcece7ab9a4a551f3ec5c308f.tar.gz
anaconda-81893c5d1cc3943dcece7ab9a4a551f3ec5c308f.tar.xz
anaconda-81893c5d1cc3943dcece7ab9a4a551f3ec5c308f.zip
2007-03-28 Jeremy Katz <katzj@redhat.com>
* livecd.py (LiveCDCopyBackend._doFilesystemMangling): Call refresh method so that we don't end up with a hung looking UI during filesystem resizing, etc (#224213) * gui.py (WaitWindow.refresh): Add refresh method * cmdline.py (WaitWindow.refresh): Likewise. * text.py (WaitWindow.refresh): Likewise.
Diffstat (limited to 'cmdline.py')
-rw-r--r--cmdline.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmdline.py b/cmdline.py
index 2bde8b6e4..f57bcbc63 100644
--- a/cmdline.py
+++ b/cmdline.py
@@ -31,7 +31,8 @@ stepToClasses = { "install" : "setupProgressDisplay" }
class WaitWindow:
def pop(self):
pass
-
+ def refresh(self):
+ pass
def __init__(self, title, text):
print text