diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-10-24 17:07:22 +0000 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-10-24 17:07:22 +0000 |
| commit | aeac7fa849373c7a6fddd5daeddc5bfba7e6eba1 (patch) | |
| tree | 4664149d8d59d4c6154e91223a6da3d9a6809e49 /apt | |
| parent | bd6df1d8419eb3403e64191681b32fbd1f3accac (diff) | |
| download | python-apt-aeac7fa849373c7a6fddd5daeddc5bfba7e6eba1.tar.gz | |
* custom waitChild() added in installProgress
Diffstat (limited to 'apt')
| -rw-r--r-- | apt/progress.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt/progress.py b/apt/progress.py index 86cd6594..de675587 100644 --- a/apt/progress.py +++ b/apt/progress.py @@ -104,7 +104,7 @@ class TextFetchProgress(FetchProgress): sys.stdout.flush() return True def stop(self): - print "\rDone " + print "\rDone downloading " def mediaChange(self, medium, drive): """ react to media change events """ res = True; |
