summaryrefslogtreecommitdiff
path: root/DistUpgrade/DistUpgradeView.py
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-01-11 14:51:46 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2006-01-11 14:51:46 +0100
commit36181d34a93864336da6ccd22402ebab37f79778 (patch)
tree510145301639214d11f40ef1cd6fc3cd308cf9da /DistUpgrade/DistUpgradeView.py
parent37bb800eeb2d1d80836392b1b2f3d832882e7b01 (diff)
downloadpython-apt-36181d34a93864336da6ccd22402ebab37f79778.tar.gz
* extended error reporting implemented
Diffstat (limited to 'DistUpgrade/DistUpgradeView.py')
-rw-r--r--DistUpgrade/DistUpgradeView.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/DistUpgrade/DistUpgradeView.py b/DistUpgrade/DistUpgradeView.py
index a36855d3..f45932f6 100644
--- a/DistUpgrade/DistUpgradeView.py
+++ b/DistUpgrade/DistUpgradeView.py
@@ -61,6 +61,6 @@ class DistUpgradeView(object):
def askYesNoQuestion(self, summary, msg):
" ask a Yes/No question and return True on 'Yes' "
pass
- def error(self, summary, msg):
+ def error(self, summary, msg, extended_msg=None):
" display a error "
pass