Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r9627 - main/branches/2.1.2/pym
Date: Sun, 30 Mar 2008 07:24:09
Message-Id: E1Jfrte-0002Pl-O9@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-03-30 07:24:05 +0000 (Sun, 30 Mar 2008)
3 New Revision: 9627
4
5 Modified:
6 main/branches/2.1.2/pym/portage.py
7 Log:
8 Fix namespace typo.
9
10
11 Modified: main/branches/2.1.2/pym/portage.py
12 ===================================================================
13 --- main/branches/2.1.2/pym/portage.py 2008-03-30 07:20:59 UTC (rev 9626)
14 +++ main/branches/2.1.2/pym/portage.py 2008-03-30 07:24:05 UTC (rev 9627)
15 @@ -3296,7 +3296,7 @@
16 fetched = 1 # Try to resume this download.
17 elif parallel_fetchonly and \
18 mystat.st_size == mydigests[myfile]["size"]:
19 - eout = portage.output.EOutput()
20 + eout = output.EOutput()
21 eout.quiet = \
22 mysettings.get("PORTAGE_QUIET") == "1"
23 eout.ebegin(
24
25 --
26 gentoo-commits@l.g.o mailing list