summaryrefslogtreecommitdiff
path: root/DistUpgrade/DistUpgradeView.py
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-04-28 17:56:16 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-04-28 17:56:16 +0200
commit34eb7395b42df46fe9caf53d107d212e39a7cdf8 (patch)
tree62823d3f185a6f363c4d3e9fa551b74154ab16b4 /DistUpgrade/DistUpgradeView.py
parent17403f483aa261be15fd9620597d18c61da3a80c (diff)
downloadpython-apt-34eb7395b42df46fe9caf53d107d212e39a7cdf8.tar.gz
* DistUpgrade/DistUpgradeView.py:
- added information() function * DistUpgrade/DistUpgradeViewGtk.py: - implemented gtk information() function * DistUpgrade/DistUpgradeControler.py: - inform the user about disabled third party sources
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