/usr/lib/python2.3/tabnanny.py sourcearchive.py

This commit is contained in:
S.Çağlar Onur
2005-06-21 14:19:37 +00:00
parent f3a87ea7d7
commit 8257c08067
+3 -3
View File
@@ -46,9 +46,9 @@ class SourceArchive:
if percentHook:
fetch.percentHook = percentHook
fetch.fetch()
fetch.fetch()
# FIXME: What a ugly hack! We should really find a cleaner way for output.
if percentHook:
ui.info('\n')
if percentHook:
ui.info('\n')
pass