summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2011-10-10 11:19:46 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2011-10-10 11:19:46 +0200
commit71a4595542ccb37fa6a781826984af77d294646c (patch)
tree2600bc59d9f958ce32ab42529f9c0b00464fb7f7
parent53aea1b695035db409775f9f1fbfadabbbf4d593 (diff)
downloadpython-apt-71a4595542ccb37fa6a781826984af77d294646c.tar.gz
* aptsources/sourceslist.py:
- import distinfo from the same dir (LP: #871007)
-rw-r--r--aptsources/sourceslist.py2
-rw-r--r--debian/changelog7
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: