diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-08-04 16:23:04 +0000 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-08-04 16:23:04 +0000 |
| commit | 7bfd7d61999da691dd03411132ad883b7f3f906b (patch) | |
| tree | d9101b396101d938ffbae010dbe762897625c0e8 /apt | |
| parent | 22b6039107124d9e2fb9f3185d1663fac482f25e (diff) | |
| download | python-apt-7bfd7d61999da691dd03411132ad883b7f3f906b.tar.gz | |
* applied a patch from Chris Halls to return the apt error string on a system error exception (thanks chris!)
Diffstat (limited to 'apt')
| -rw-r--r-- | apt/progress.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt/progress.py b/apt/progress.py index 70696b6b..6fd2977a 100644 --- a/apt/progress.py +++ b/apt/progress.py @@ -61,6 +61,7 @@ class FetchProgress: pass def pulse(self): + """ called periodically (to update the gui) """ return True def mediaChange(self, medium, drive): |
