From bf9ad75cf6b83504d467687979475e86dfb57da9 Mon Sep 17 00:00:00 2001 From: Cameron Dale Date: Sat, 17 Sep 2011 16:05:11 -0700 Subject: [PATCH] Change the module location of the apt OpProgress class (Closes: #641732) --- apt_p2p/AptPackages.py | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/apt_p2p/AptPackages.py b/apt_p2p/AptPackages.py index ac966a9..f6f2e59 100644 --- a/apt_p2p/AptPackages.py +++ b/apt_p2p/AptPackages.py @@ -37,7 +37,7 @@ from twisted.python.filepath import FilePath from twisted.trial import unittest import apt_pkg, apt_inst -from apt import OpProgress +from apt.progress.base import OpProgress from debian import deb822 from apt_p2p_conf import config diff --git a/debian/changelog b/debian/changelog index 2c3f150..7a88b71 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +apt-p2p (0.1.7) unstable; urgency=low + + * Change the module location of the apt OpProgress class (Closes: #641732) + + -- Cameron Dale Sat, 17 Sep 2011 16:03:32 -0700 + apt-p2p (0.1.6) unstable; urgency=low * Update for python-apt 0.8 API transition (Closes: #572078) -- 2.39.5