diff options
| -rw-r--r-- | aptsources/sourceslist.py | 2 | ||||
| -rw-r--r-- | debian/changelog | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/aptsources/sourceslist.py b/aptsources/sourceslist.py index 62442cc3..208b0175 100644 --- a/aptsources/sourceslist.py +++ b/aptsources/sourceslist.py @@ -33,7 +33,7 @@ import sys import time import apt_pkg -from aptsources.distinfo import DistInfo +from distinfo import DistInfo from apt.deprecation import function_deprecated_by diff --git a/debian/changelog b/debian/changelog index d7a4d46f..246391b9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-apt (0.8.0ubuntu10) UNRELEASEDoneiric-updates; urgency=low + + * aptsources/sourceslist.py: + - import distinfo from the same dir (LP: #871007) + + -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 10 Oct 2011 11:13:20 +0200 + python-apt (0.8.0ubuntu9) oneiric; urgency=low * apt/progress/gtk2.py: |
