summaryrefslogtreecommitdiff
path: root/apt
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2005-10-24 17:07:22 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2005-10-24 17:07:22 +0000
commitaeac7fa849373c7a6fddd5daeddc5bfba7e6eba1 (patch)
tree4664149d8d59d4c6154e91223a6da3d9a6809e49 /apt
parentbd6df1d8419eb3403e64191681b32fbd1f3accac (diff)
downloadpython-apt-aeac7fa849373c7a6fddd5daeddc5bfba7e6eba1.tar.gz
* custom waitChild() added in installProgress
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 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;