summaryrefslogtreecommitdiff
path: root/apt/progress/text.py
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-07-31 20:51:57 +0200
committerJulian Andres Klode <jak@debian.org>2009-07-31 20:51:57 +0200
commite556b2cbbe5878c33d9e7302e637cc7f35dd14bf (patch)
treeae42303d29a2d9c0332f5560953ad4f9eb2145ee /apt/progress/text.py
parentd3832ab4faf69d8e8e0a0e14b159514505031231 (diff)
downloadpython-apt-e556b2cbbe5878c33d9e7302e637cc7f35dd14bf.tar.gz
apt/progress: Large update, introducing apt.progress.base.InstallProgress.
This contains many updates including the introduction of a new InstallProgress class which replaces the old InstallProgress and DpkgInstallProgress classes.
Diffstat (limited to 'apt/progress/text.py')
-rw-r--r--apt/progress/text.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/apt/progress/text.py b/apt/progress/text.py
index eb474d6d..3a6d3e65 100644
--- a/apt/progress/text.py
+++ b/apt/progress/text.py
@@ -257,3 +257,5 @@ class CdromProgress(base.CdromProgress, TextProgress):
return (raw_input() == '')
except KeyboardInterrupt:
return False
+
+InstallProgress = base.InstallProgress