diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-05-12 16:23:22 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-05-12 16:23:22 +0200 |
| commit | 6152afd41bc875529bf34367f22cf5067574d257 (patch) | |
| tree | 3ea2431739e880f4b042cf6d43e14fa8e8520848 /DistUpgrade/DistUpgradeView.py | |
| parent | 9c767ba4bb7d2632a34e7ecbcae314ff5691f7d3 (diff) | |
| download | python-apt-6152afd41bc875529bf34367f22cf5067574d257.tar.gz | |
* tell the user about demoted packages
Diffstat (limited to 'DistUpgrade/DistUpgradeView.py')
| -rw-r--r-- | DistUpgrade/DistUpgradeView.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DistUpgrade/DistUpgradeView.py b/DistUpgrade/DistUpgradeView.py index 99dedc6f..faa581c8 100644 --- a/DistUpgrade/DistUpgradeView.py +++ b/DistUpgrade/DistUpgradeView.py @@ -81,6 +81,6 @@ class DistUpgradeView(object): def error(self, summary, msg, extended_msg=None): " display a error " pass - def information(self, summary, msg): + def information(self, summary, msg, extended_msg=None): " display a information msg" pass |
