diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-07-23 16:47:13 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-07-23 16:47:13 +0200 |
| commit | 1195d1d5b3b9c22d1756ba13780cb553c3d4d168 (patch) | |
| tree | ce4795a50cfe91189e12cb36280741d61f1ebebd /apt/progress | |
| parent | 4ae2f454115f3ab758ef9bf0b1f31e5b04ac934a (diff) | |
| download | python-apt-1195d1d5b3b9c22d1756ba13780cb553c3d4d168.tar.gz | |
python/cdrom.cc: Do not check arguments in PkgCdromNew.
Diffstat (limited to 'apt/progress')
| -rw-r--r-- | apt/progress/text.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt/progress/text.py b/apt/progress/text.py index a121eaaa..c9e2882b 100644 --- a/apt/progress/text.py +++ b/apt/progress/text.py @@ -245,7 +245,7 @@ class CdromProgress(apt_pkg.CdromProgress, TextProgress): def update(self, text, current): """Set the current progress.""" - apt_pkg.CdromProgress.change_cdrom(self, text, current) + apt_pkg.CdromProgress.update(self, text, current) if text: self._write(text, False) |
