summaryrefslogtreecommitdiff
path: root/DistUpgrade/DistUpgradeView.py
diff options
context:
space:
mode:
authorSebastian Heinlein <sebi@server.daheim>2006-04-17 15:21:42 +0200
committerSebastian Heinlein <sebi@server.daheim>2006-04-17 15:21:42 +0200
commit8670d8c43a9ce7f42b85febe7bd9d35310fcb8ea (patch)
tree6d92362d2623d7d293c94591e4d6fff6c80ef2c7 /DistUpgrade/DistUpgradeView.py
parentdbe01bf94fa020f5fc88cc320cf47a79db146d73 (diff)
parenta34c35a2528041e658e541692adaa8b542a2e086 (diff)
downloadpython-apt-8670d8c43a9ce7f42b85febe7bd9d35310fcb8ea.tar.gz
huge merge from mvo
Diffstat (limited to 'DistUpgrade/DistUpgradeView.py')
-rw-r--r--DistUpgrade/DistUpgradeView.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/DistUpgrade/DistUpgradeView.py b/DistUpgrade/DistUpgradeView.py
index 02894939..57b94636 100644
--- a/DistUpgrade/DistUpgradeView.py
+++ b/DistUpgrade/DistUpgradeView.py
@@ -20,7 +20,7 @@
# USA
class DumbTerminal(object):
- def run(self, cmd):
+ def call(self, cmd):
" expects a command in the subprocess style (as a list) "
subprocess.call(cmd)
@@ -54,7 +54,7 @@ class DistUpgradeView(object):
5. Complete
"""
pass
- def confirmChanges(self, summary, changes, downloadSize):
+ def confirmChanges(self, summary, changes, downloadSize, actions=None):
""" display the list of changed packages (apt.Package) and
return if the user confirms them
"""