From cfd9d343d842f9c85f81091798542d958623506d Mon Sep 17 00:00:00 2001 From: Paul Nasrat Date: Thu, 20 Oct 2005 18:59:53 +0000 Subject: Initial progress for depsolving --- text.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'text.py') 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 -- cgit