summaryrefslogtreecommitdiff
path: root/apt
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2005-11-21 10:33:10 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2005-11-21 10:33:10 +0000
commita9d234dfe2ab0358d3e61a53645e4ee1d83e53cb (patch)
tree9b66689add80af09a4b328a4b7891fb7841b82b8 /apt
parent2fa652df49918cbfd8def4868b327bab3b30feb9 (diff)
downloadpython-apt-a9d234dfe2ab0358d3e61a53645e4ee1d83e53cb.tar.gz
* apt_inst.debExtractArchive() added
Diffstat (limited to 'apt')
-rw-r--r--apt/progress.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt/progress.py b/apt/progress.py
index de675587..6b4a10e3 100644
--- a/apt/progress.py
+++ b/apt/progress.py
@@ -19,7 +19,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
# USA
-import sys
+import sys, apt_pkg
class OpProgress:
""" Abstract class to implement reporting on cache opening