summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Schaller <michael@5challer.de>2014-01-11 13:07:46 +0100
committerJulian Andres Klode <jak@debian.org>2014-01-25 16:48:48 +0100
commite50f19ba24ff8999d6d18da3fd06cdb44dfccced (patch)
tree33ab74475e17917e1f579946858e2c2b4630fc8a /debian
parent3e33aaa11c0062b6bf97601e3221a9858a533ad2 (diff)
downloadpython-apt-e50f19ba24ff8999d6d18da3fd06cdb44dfccced.tar.gz
apt/package.py: Improved readability and documentation of BaseDependency.__dstr().
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index d48122b0..32c29681 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ python-apt (0.9.2) UNRELEASED; urgency=low
* apt/package.py:
- Fixed PEP8 issues
- Fixed pyflakes issue: Removed unused import 'warnings'
+ - Improved readability and documentation of BaseDependency.__dstr().
-- Michael Vogt <michael.vogt@ubuntu.com> Sat, 23 Nov 2013 08:49:51 +0100