summaryrefslogtreecommitdiff
path: root/DistUpgrade/DistUpgradeView.py
diff options
context:
space:
mode:
authorSebastian Heinlein <sebastian.heinlein@web.de>2006-04-29 15:53:42 +0200
committerSebastian Heinlein <sebastian.heinlein@web.de>2006-04-29 15:53:42 +0200
commit4e093f33b5e9da902a69fc8bdf0fd2109a31c2d5 (patch)
tree54cc2932cb71aded4e39a71653dea7b540304049 /DistUpgrade/DistUpgradeView.py
parentd19de868ff0230aebfc0920bd31caa64d51ec920 (diff)
parentdc3dc10c9a2835ffef5708db35dd70344860adab (diff)
downloadpython-apt-4e093f33b5e9da902a69fc8bdf0fd2109a31c2d5.tar.gz
* merged from mvo
Diffstat (limited to 'DistUpgrade/DistUpgradeView.py')
-rw-r--r--DistUpgrade/DistUpgradeView.py4
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