diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-06-28 16:48:08 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-06-28 16:48:08 +0200 |
| commit | be23d152022cb79b74f9d7c6a07567b4e53c57d2 (patch) | |
| tree | b8abbc511063b132e978dd50f68e257eadc0d8f8 /debian | |
| parent | 5a05be08148871001206ae60b01ed88514189817 (diff) | |
| download | python-apt-be23d152022cb79b74f9d7c6a07567b4e53c57d2.tar.gz | |
* aptsources/distro.py:
- generalized some code, bringing it into the Distribution
class, and wrote some missing methods for the DebianDistribution
one (thanks to Gustavo Noronha Silva)
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 2e61f39b..de2039c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,10 @@ python-apt (0.7.3) unstable; urgency=low * python/cache.py: - throw FetchCancelleException, FetchFailedException, LockFailedException exceptions when something goes wrong + * aptsources/distro.py: + - generalized some code, bringing it into the Distribution + class, and wrote some missing methods for the DebianDistribution + one (thanks to Gustavo Noronha Silva) -- |
