summaryrefslogtreecommitdiff
path: root/apt/progress.py
diff options
context:
space:
mode:
authorSebastian Heinlein <sebi@sebi-laptop>2007-02-26 19:51:30 +0100
committerSebastian Heinlein <sebi@sebi-laptop>2007-02-26 19:51:30 +0100
commit7878cb9047d781694852cf5555294daa6814a799 (patch)
treec144d800b2455ec07da8522a585a685cfea656e8 /apt/progress.py
parent6e9b3a9bd697061e0a556af8e64abb8f388639a0 (diff)
parent8e179c8fd3b02b0dacac7ecbfbd08447d9c9ba43 (diff)
downloadpython-apt-7878cb9047d781694852cf5555294daa6814a799.tar.gz
* merge with mvo
Diffstat (limited to 'apt/progress.py')
-rw-r--r--apt/progress.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/apt/progress.py b/apt/progress.py
index 5169adf7..bb1bce35 100644
--- a/apt/progress.py
+++ b/apt/progress.py
@@ -28,6 +28,8 @@ from errno import *
import select
import apt_pkg
+import apt
+
class OpProgress(object):
""" Abstract class to implement reporting on cache opening
Subclass this class to implement simple Operation progress reporting