diff options
author | Matt Wilson <msw@redhat.com> | 2001-06-22 20:38:45 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-06-22 20:38:45 +0000 |
commit | b43b22451556077cf160799598e72b787e02af6c (patch) | |
tree | 4c52035f0edddf2d32704674bf4649cabf45ce6a /iw/progress_gui.py | |
parent | 64b0587de521d01512eeca0fa42c67aac666f68b (diff) | |
download | anaconda-b43b22451556077cf160799598e72b787e02af6c.tar.gz anaconda-b43b22451556077cf160799598e72b787e02af6c.tar.xz anaconda-b43b22451556077cf160799598e72b787e02af6c.zip |
1) more fixups for upgrades: fix step list to actually run the transaction,
set the upgrade flag in id when we get picked
2) removed self from migrateXinetd
3) moved GUI splash screen to its own file - this should make it pop up
even faster.
4) copyright notices in anaconda, splashscreen.py
5) reworked the dep checker to build a new ts every time we make a pass.
RPM doesn't seem to like to have a package in the ts as available *and*
upgrade/install.
6) fixed fstab reading for 'none' devices
7) removed a debugging print from xf86config.py
8) removed threadding import from progress_gui.py
Diffstat (limited to 'iw/progress_gui.py')
-rw-r--r-- | iw/progress_gui.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/iw/progress_gui.py b/iw/progress_gui.py index de3e9b99e..7fa786894 100644 --- a/iw/progress_gui.py +++ b/iw/progress_gui.py @@ -4,7 +4,6 @@ import string import rpm import os import gui -from threading import * from translate import _, N_ import sys from packages import doInstall |