diff options
| author | Michael Vogt <egon@top> | 2005-12-07 13:32:38 +0100 |
|---|---|---|
| committer | Michael Vogt <egon@top> | 2005-12-07 13:32:38 +0100 |
| commit | 1cc5a78218011a78fb69ca7c3d6afb885cf8f4a7 (patch) | |
| tree | bbe3b465dfe902e028030b9d27afc72d82f02933 /DistUpgrade/DistUpgradeView.py | |
| parent | a03af80fb420ac3889c46707fd9abaa3b6735f03 (diff) | |
| download | python-apt-1cc5a78218011a78fb69ca7c3d6afb885cf8f4a7.tar.gz | |
* ui-polish, show 4 steps during the upgrade
Diffstat (limited to 'DistUpgrade/DistUpgradeView.py')
| -rw-r--r-- | DistUpgrade/DistUpgradeView.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/DistUpgrade/DistUpgradeView.py b/DistUpgrade/DistUpgradeView.py index 98e80c08..c94a9137 100644 --- a/DistUpgrade/DistUpgradeView.py +++ b/DistUpgrade/DistUpgradeView.py @@ -17,6 +17,14 @@ class DistUpgradeView(object): on the current view """ pass + def setStep(self, step): + """ we have 4 steps current for a upgrade: + 1. Analyzing the system + 2. Updating repository information + 3. Performing the upgrade + 4. Post upgrade stuff + """ + pass def confirmChanges(self, changes, downloadSize): """ display the list of changed packages (apt.Package) and return if the user confirms them |
