From a72f4f9fd0ce0e8c1e49486fd779003b7f05c882 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Mon, 1 Mar 2010 17:28:20 +0100 Subject: * apt/progress/text.py: - Drop InstallProgress, it's useless to keep this alias around. --- apt/progress/text.py | 2 -- debian/changelog | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apt/progress/text.py b/apt/progress/text.py index 5e45c1db..95f18831 100644 --- a/apt/progress/text.py +++ b/apt/progress/text.py @@ -257,5 +257,3 @@ class CdromProgress(base.CdromProgress, TextProgress): return (raw_input() == '') except KeyboardInterrupt: return False - -InstallProgress = base.InstallProgress diff --git a/debian/changelog b/debian/changelog index ff189eb1..1c1575a0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ python-apt (0.7.93.4) unstable; urgency=low * apt/package.py: - Create a string class BaseDependency.__dstr which makes '>' equal to '>>' and '<' equal to '<<' (compatibility). + * apt/progress/text.py: + - Drop InstallProgress, it's useless to keep this alias around. -- Julian Andres Klode Mon, 01 Mar 2010 16:13:22 +0100 -- cgit v1.2.3