Change the module location of the apt OpProgress class (Closes: #641732)
[quix0rs-apt-p2p.git] / apt_p2p / AptPackages.py
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