Change the module location of the apt OpProgress class (Closes: #641732)
authorCameron Dale <camrdale@gmail.com>
Sat, 17 Sep 2011 23:05:11 +0000 (16:05 -0700)
committerCameron Dale <camrdale@gmail.com>
Sat, 17 Sep 2011 23:05:11 +0000 (16:05 -0700)
apt_p2p/AptPackages.py
debian/changelog

index ac966a9075356bfee0eed92393aed82cd1c2f4b3..f6f2e59b2de649d318466b97018e11c299cd584e 100644 (file)
@@ -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
index 2c3f150c3f8978cf8c8b8c0d3babcd7d0b3bb1ca..7a88b71d43eb4492ff52e1dac285dc4cbb8f8b57 100644 (file)
@@ -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 <camrdale@gmail.com>  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)