summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-03-30 07:24:05 +0000
committerZac Medico <zmedico@gentoo.org>2008-03-30 07:24:05 +0000
commite904128c19893ad01560a6906620adfb4b4ad8ad (patch)
tree218f09467cf50a031e09882e36c9678bbc02137f
parent69b074151e6a7da557876ae867cc6942091b14d2 (diff)
downloadportage-e904128c19893ad01560a6906620adfb4b4ad8ad.tar.gz
portage-e904128c19893ad01560a6906620adfb4b4ad8ad.tar.bz2
portage-e904128c19893ad01560a6906620adfb4b4ad8ad.zip
Fix namespace typo.
svn path=/main/branches/2.1.2/; revision=9627
-rw-r--r--pym/portage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage.py b/pym/portage.py
index 5844bef4b..be62d09f9 100644
--- 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(