diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-11 18:29:40 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-11 18:29:40 +0200 |
| commit | fbcda68cc6fc5d416ae62c626974a1f2fcf92f76 (patch) | |
| tree | 5cb9ba5353570751da355fb31f821639ddb4e851 /DistUpgrade/DistUpgradeView.py | |
| parent | f9f8e93cdca876b011b18dc96dd7162ad4c030af (diff) | |
| parent | ae0d9a877711e2f12cf7e62899d5cc60d50e9bd0 (diff) | |
| download | python-apt-fbcda68cc6fc5d416ae62c626974a1f2fcf92f76.tar.gz | |
* merged from sebastian
* fix bug in the "sort-by-origin" code
Diffstat (limited to 'DistUpgrade/DistUpgradeView.py')
| -rw-r--r-- | DistUpgrade/DistUpgradeView.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/DistUpgrade/DistUpgradeView.py b/DistUpgrade/DistUpgradeView.py index 9fda83d4..d5b430b8 100644 --- a/DistUpgrade/DistUpgradeView.py +++ b/DistUpgrade/DistUpgradeView.py @@ -72,6 +72,9 @@ class DistUpgradeView(object): on the current view """ pass + def abort(): + """ provide a visual feedback that the upgrade was aborted """ + pass def setStep(self, step): """ we have 5 steps current for a upgrade: 1. Analyzing the system |
