diff options
| author | Sebastian Heinlein <sebastian.heinlein@web.de> | 2006-04-29 15:53:42 +0200 |
|---|---|---|
| committer | Sebastian Heinlein <sebastian.heinlein@web.de> | 2006-04-29 15:53:42 +0200 |
| commit | 4e093f33b5e9da902a69fc8bdf0fd2109a31c2d5 (patch) | |
| tree | 54cc2932cb71aded4e39a71653dea7b540304049 /DistUpgrade/DistUpgradeView.py | |
| parent | d19de868ff0230aebfc0920bd31caa64d51ec920 (diff) | |
| parent | dc3dc10c9a2835ffef5708db35dd70344860adab (diff) | |
| download | python-apt-4e093f33b5e9da902a69fc8bdf0fd2109a31c2d5.tar.gz | |
* merged from mvo
Diffstat (limited to 'DistUpgrade/DistUpgradeView.py')
| -rw-r--r-- | DistUpgrade/DistUpgradeView.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/DistUpgrade/DistUpgradeView.py b/DistUpgrade/DistUpgradeView.py index 57b94636..99dedc6f 100644 --- a/DistUpgrade/DistUpgradeView.py +++ b/DistUpgrade/DistUpgradeView.py @@ -81,4 +81,6 @@ class DistUpgradeView(object): def error(self, summary, msg, extended_msg=None): " display a error " pass - + def information(self, summary, msg): + " display a information msg" + pass |
