diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-02-04 15:37:41 +0000 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-02-04 15:37:41 +0000 |
| commit | 52d4a8c09000ea446458ff401f2c0a9d620212cb (patch) | |
| tree | 7083393d87efddb4aecf8cc583e67865808d1ac3 /DistUpgrade/DistUpgradeViewNonInteractive.py | |
| parent | 694ea8be861e66124617709eba63408da07e10c5 (diff) | |
| download | python-apt-52d4a8c09000ea446458ff401f2c0a9d620212cb.tar.gz | |
* view can be configured via the config file now
Diffstat (limited to 'DistUpgrade/DistUpgradeViewNonInteractive.py')
| -rw-r--r-- | DistUpgrade/DistUpgradeViewNonInteractive.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/DistUpgrade/DistUpgradeViewNonInteractive.py b/DistUpgrade/DistUpgradeViewNonInteractive.py index f6845a49..7a8fa7eb 100644 --- a/DistUpgrade/DistUpgradeViewNonInteractive.py +++ b/DistUpgrade/DistUpgradeViewNonInteractive.py @@ -30,9 +30,10 @@ class NonInteractiveInstallProgress(apt.progress.InstallProgress): def conffile(self, current, new): logging.debug("got a conffile-prompt from dpkg for file: '%s'" % current) def updateInterface(self): + apt.progress.InstallProgress.updateInterface(self) time.sleep(0.001) -class NonInteractiveDistUpgradeView(DistUpgradeView): +class DistUpgradeViewNonInteractive(DistUpgradeView): " non-interactive version of the upgrade view " def __init__(self): pass |
