summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorPaul Nasrat <pnasrat@redhat.com>2005-10-20 18:59:53 +0000
committerPaul Nasrat <pnasrat@redhat.com>2005-10-20 18:59:53 +0000
commitcfd9d343d842f9c85f81091798542d958623506d (patch)
tree23ea799c77c1eb812fb0ec1d444611d4e457f0b1 /text.py
parent15f98b129b45c3e2e0fd78978a031dfd25d7a6a6 (diff)
downloadanaconda-cfd9d343d842f9c85f81091798542d958623506d.tar.gz
anaconda-cfd9d343d842f9c85f81091798542d958623506d.tar.xz
anaconda-cfd9d343d842f9c85f81091798542d958623506d.zip
Initial progress for depsolving
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 32dd1dd9d..a557c26ac 100644
--- a/text.py
+++ b/text.py
@@ -122,6 +122,9 @@ class ProgressWindow:
self.scale.set(amount)
self.screen.refresh()
+ def refresh(self):
+ pass
+
def __init__(self, screen, title, text, total):
self.screen = screen
width = 55