summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2010-02-17 16:52:33 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2010-02-17 16:52:33 +0100
commit178f73f96a3752d492927bd6b8925b7967a0285c (patch)
treeb7770b231c66349692bb48c63c0a0e202e1a266e /debian
parent972bf036a69f3f41ae5709568e246529b8e40ba5 (diff)
downloadpython-apt-178f73f96a3752d492927bd6b8925b7967a0285c.tar.gz
apt/progress/base.py: call pipe ends {write,status}_stream
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 012a6e1d..8c488e0b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -29,7 +29,7 @@ python-apt (0.7.93.2) UNRELEASED; urgency=low
compatibility with older code
* apt/progress/base.py:
- restore "self.statusfd, self.writefd" type, provide additional
- self.status_pipe and self.write_pipe file like objects
+ self.status_stream and self.write_stream file like objects
-- Julian Andres Klode <jak@debian.org> Sun, 07 Feb 2010 19:58:40 +0100