summaryrefslogtreecommitdiff
path: root/DistUpgrade/DistUpgradeView.py
diff options
context:
space:
mode:
authorMichael Vogt <egon@top>2005-12-07 13:32:38 +0100
committerMichael Vogt <egon@top>2005-12-07 13:32:38 +0100
commit1cc5a78218011a78fb69ca7c3d6afb885cf8f4a7 (patch)
treebbe3b465dfe902e028030b9d27afc72d82f02933 /DistUpgrade/DistUpgradeView.py
parenta03af80fb420ac3889c46707fd9abaa3b6735f03 (diff)
downloadpython-apt-1cc5a78218011a78fb69ca7c3d6afb885cf8f4a7.tar.gz
* ui-polish, show 4 steps during the upgrade
Diffstat (limited to 'DistUpgrade/DistUpgradeView.py')
-rw-r--r--DistUpgrade/DistUpgradeView.py8
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