summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Schaller <michael@5challer.de>2014-01-01 12:08:21 +0100
committerMichael Vogt <mvo@debian.org>2014-01-05 20:02:13 +0100
commit1336dd7de3ce9f48a88cedb2dbe90e54f5c85143 (patch)
treeb24b8edd3ac0d82ce8d16f57040afba7ef239b8a /debian
parent5e76e9fccee519c63602562dc4065deb3f97748b (diff)
downloadpython-apt-1336dd7de3ce9f48a88cedb2dbe90e54f5c85143.tar.gz
apt/cache.py, apt/package.py: Fixed PEP8 and pyflakes issues
This commit removed the unused local variable 'transient' in 'apt/cache.py' and the unused import 'warnings' in 'apt/package.py'.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 52a1000e..319e721a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,18 @@
python-apt (0.9.2) UNRELEASED; urgency=low
+ [ Michael Vogt ]
* apt/cache.py:
- when using apt.Cache(rootdir=/some/dir) only read the APT
configuration from this rootdir instead of /etc (closes: #728274)
+ [ Michael Schaller]
+ * apt/cache.py:
+ - Fixed PEP8 issues
+ - Fixed pyflakes issue: Removed unused local variable 'transient'
+ * apt/package.py:
+ - Fixed PEP8 issues
+ - Fixed pyflakes issue: Removed unused import 'warnings'
+
-- Michael Vogt <michael.vogt@ubuntu.com> Sat, 23 Nov 2013 08:49:51 +0100
python-apt (0.9.1) unstable; urgency=low