From: Cameron Dale Date: Sat, 17 Sep 2011 23:05:11 +0000 (-0700) Subject: Change the module location of the apt OpProgress class (Closes: #641732) X-Git-Url: https://git.mxchange.org/?p=quix0rs-apt-p2p.git;a=commitdiff_plain;h=bf9ad75cf6b83504d467687979475e86dfb57da9 Change the module location of the apt OpProgress class (Closes: #641732) --- 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)