diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-10-21 19:59:51 +0000 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-10-21 19:59:51 +0000 |
| commit | bd6df1d8419eb3403e64191681b32fbd1f3accac (patch) | |
| tree | d2a0ebed225e24207c952430390a51d3628a03fb /apt | |
| parent | dbab2dd1c1360837ebd524bcc1bb378534210426 (diff) | |
| download | python-apt-bd6df1d8419eb3403e64191681b32fbd1f3accac.tar.gz | |
* fix a crasher in the install interface
Diffstat (limited to 'apt')
| -rw-r--r-- | apt/progress.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apt/progress.py b/apt/progress.py index 8c264140..86cd6594 100644 --- a/apt/progress.py +++ b/apt/progress.py @@ -128,7 +128,6 @@ class InstallProgress: def updateInterface(self): pass - class CdromProgress: """ Report the cdrom add progress Subclass this class to implement cdrom add progress reporting |
