diff options
| author | Sebastian Heinlein <sebi@server.daheim> | 2006-04-17 15:21:42 +0200 |
|---|---|---|
| committer | Sebastian Heinlein <sebi@server.daheim> | 2006-04-17 15:21:42 +0200 |
| commit | 8670d8c43a9ce7f42b85febe7bd9d35310fcb8ea (patch) | |
| tree | 6d92362d2623d7d293c94591e4d6fff6c80ef2c7 /DistUpgrade/DistUpgradeViewNonInteractive.py | |
| parent | dbe01bf94fa020f5fc88cc320cf47a79db146d73 (diff) | |
| parent | a34c35a2528041e658e541692adaa8b542a2e086 (diff) | |
| download | python-apt-8670d8c43a9ce7f42b85febe7bd9d35310fcb8ea.tar.gz | |
huge merge from mvo
Diffstat (limited to 'DistUpgrade/DistUpgradeViewNonInteractive.py')
| -rw-r--r-- | DistUpgrade/DistUpgradeViewNonInteractive.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/DistUpgrade/DistUpgradeViewNonInteractive.py b/DistUpgrade/DistUpgradeViewNonInteractive.py index 7a8fa7eb..dbf38387 100644 --- a/DistUpgrade/DistUpgradeViewNonInteractive.py +++ b/DistUpgrade/DistUpgradeViewNonInteractive.py @@ -60,8 +60,8 @@ class DistUpgradeViewNonInteractive(DistUpgradeView): 5. Complete """ pass - def confirmChanges(self, summary, changes, downloadSize): - DistUpgradeView.confirmChanges(self, summary, changes, downloadSize) + def confirmChanges(self, summary, changes, downloadSize, actions=None): + DistUpgradeView.confirmChanges(self, summary, changes, downloadSize, actions) logging.debug("toinstall: '%s'" % self.toInstall) logging.debug("toupgrade: '%s'" % self.toUpgrade) logging.debug("toremove: '%s'" % self.toRemove) |
