diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-11-26 22:07:54 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-11-26 22:07:54 +0000 |
commit | 680a1010bcc30fac25a429a520566e0cbd14ee3f (patch) | |
tree | 579b3501bfa098f383f3f2bfffce0f6179cf20a7 /rescue.py | |
parent | f8c77cb5217900ddde88110622afb026725a8b8d (diff) | |
download | anaconda-680a1010bcc30fac25a429a520566e0cbd14ee3f.tar.gz anaconda-680a1010bcc30fac25a429a520566e0cbd14ee3f.tar.xz anaconda-680a1010bcc30fac25a429a520566e0cbd14ee3f.zip |
we don't need this twice
Diffstat (limited to 'rescue.py')
-rw-r--r-- | rescue.py | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -26,9 +26,6 @@ from rhpl.log import log from rhpl.translate import _ class RescueInterface: - def progressWindow(self, title, text, total): - return ProgressWindow(self.screen, title, text, total) - def waitWindow(self, title, text): return WaitWindow(self.screen, title, text) |