projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69b0741
)
Fix namespace typo.
author
Zac Medico
<zmedico@gentoo.org>
Sun, 30 Mar 2008 07:24:05 +0000
(07:24 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 30 Mar 2008 07:24:05 +0000
(07:24 -0000)
svn path=/main/branches/2.1.2/; revision=9627
pym/portage.py
patch
|
blob
|
history
diff --git
a/pym/portage.py
b/pym/portage.py
index 5844bef4b8f0dbb1642ebe48898f2b448242d972..be62d09f93c35a0d7e1802c7df5397d3d214f464 100644
(file)
--- a/
pym/portage.py
+++ b/
pym/portage.py
@@
-3296,7
+3296,7
@@
def fetch(myuris, mysettings, listonly=0, fetchonly=0, locks_in_subdir=".locks",
fetched = 1 # Try to resume this download.
elif parallel_fetchonly and \
mystat.st_size == mydigests[myfile]["size"]:
- eout =
portage.
output.EOutput()
+ eout = output.EOutput()
eout.quiet = \
mysettings.get("PORTAGE_QUIET") == "1"
eout.ebegin(