diff options
author | Matt Wilson <msw@redhat.com> | 1999-08-07 17:06:19 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-08-07 17:06:19 +0000 |
commit | 66e84b3604e03bdd58431ff18af6affad29e7a3a (patch) | |
tree | dc1be293c6a3115b7a960ad5b9bd1d7fac5bb94b /iw/progress.py | |
parent | dffe41b68307b0669b679998deecb490eddf9754 (diff) | |
download | anaconda-66e84b3604e03bdd58431ff18af6affad29e7a3a.tar.gz anaconda-66e84b3604e03bdd58431ff18af6affad29e7a3a.tar.xz anaconda-66e84b3604e03bdd58431ff18af6affad29e7a3a.zip |
more partition fixes, other fixes
Diffstat (limited to 'iw/progress.py')
-rw-r--r-- | iw/progress.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/iw/progress.py b/iw/progress.py index 5a13f32df..d27e4fcaf 100644 --- a/iw/progress.py +++ b/iw/progress.py @@ -64,7 +64,6 @@ class InstallProgressWindow (InstallWindow): self.timeTotalW.setText("%12s" % formatTime(finishTime)) def setPackage(self, header): - print header[rpm.RPMTAG_SUMMARY] threads_enter () self.name.set_text (header[rpm.RPMTAG_NAME]) self.size.set_text ("%.1f KBytes" % (header[rpm.RPMTAG_SIZE] / 1024.0)) |