summaryrefslogtreecommitdiff
path: root/DistUpgrade/DistUpgradeView.py
diff options
context:
space:
mode:
authorSebastian Heinlein <renate@hph4>2006-04-17 15:18:44 +0200
committerSebastian Heinlein <renate@hph4>2006-04-17 15:18:44 +0200
commit9bd7121bd9ab06681a3b61df0a300b67fcd557a3 (patch)
tree3255ca4733524eac802cd85f288864b475b9b546 /DistUpgrade/DistUpgradeView.py
parent1d2f44862609f46d205f0c895fd72ad5c5253061 (diff)
parent8670d8c43a9ce7f42b85febe7bd9d35310fcb8ea (diff)
downloadpython-apt-9bd7121bd9ab06681a3b61df0a300b67fcd557a3.tar.gz
* huge merge
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
"""