diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-01-27 23:07:13 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-01-27 23:07:13 +0100 |
| commit | f2f18ea56f05bffecdcff2e27dfeb4131bc1ab70 (patch) | |
| tree | 345a551baf6512469846220273a092ddd6fd5f2d /DistUpgrade/DistUpgradeView.py | |
| parent | 02772988dc59b9e7ce0dcbe25dfb0fee2b40c7d4 (diff) | |
| parent | db29199645e2673c35f68d5364d76f1b2b18d318 (diff) | |
| download | python-apt-f2f18ea56f05bffecdcff2e27dfeb4131bc1ab70.tar.gz | |
* merged with sebastian
Diffstat (limited to 'DistUpgrade/DistUpgradeView.py')
| -rw-r--r-- | DistUpgrade/DistUpgradeView.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/DistUpgrade/DistUpgradeView.py b/DistUpgrade/DistUpgradeView.py index abc5b340..4c9103ba 100644 --- a/DistUpgrade/DistUpgradeView.py +++ b/DistUpgrade/DistUpgradeView.py @@ -38,11 +38,12 @@ class DistUpgradeView(object): """ pass def setStep(self, step): - """ we have 4 steps current for a upgrade: + """ we have 5 steps current for a upgrade: 1. Analyzing the system 2. Updating repository information 3. Performing the upgrade 4. Post upgrade stuff + 5. Complete """ pass def confirmChanges(self, summary, changes, downloadSize): |
