diff options
| author | Sebastian Heinlein <sebi@sebi-laptop> | 2007-02-26 19:51:30 +0100 |
|---|---|---|
| committer | Sebastian Heinlein <sebi@sebi-laptop> | 2007-02-26 19:51:30 +0100 |
| commit | 7878cb9047d781694852cf5555294daa6814a799 (patch) | |
| tree | c144d800b2455ec07da8522a585a685cfea656e8 /apt/progress.py | |
| parent | 6e9b3a9bd697061e0a556af8e64abb8f388639a0 (diff) | |
| parent | 8e179c8fd3b02b0dacac7ecbfbd08447d9c9ba43 (diff) | |
| download | python-apt-7878cb9047d781694852cf5555294daa6814a799.tar.gz | |
* merge with mvo
Diffstat (limited to 'apt/progress.py')
| -rw-r--r-- | apt/progress.py | 2 |
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 |
