summaryrefslogtreecommitdiff
path: root/apt
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2005-10-21 19:59:51 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2005-10-21 19:59:51 +0000
commitbd6df1d8419eb3403e64191681b32fbd1f3accac (patch)
treed2a0ebed225e24207c952430390a51d3628a03fb /apt
parentdbab2dd1c1360837ebd524bcc1bb378534210426 (diff)
downloadpython-apt-bd6df1d8419eb3403e64191681b32fbd1f3accac.tar.gz
* fix a crasher in the install interface
Diffstat (limited to 'apt')
-rw-r--r--apt/progress.py1
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