Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/sync/
Date: Mon, 09 Feb 2015 20:12:38
Message-Id: 1423512704.e4f9c7251a34e780315271e6fb97dfddcb86d85a.dolsen@gentoo
1 commit: e4f9c7251a34e780315271e6fb97dfddcb86d85a
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 9 19:43:47 2015 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 9 20:11:44 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=e4f9c725
7
8 portage/sync/controller.py: Fix commit 7909ed55ba, failure to import writemsg
9
10 Author: Michał Górny <mgorny <AT> gentoo.org> (Fri 05 Dec 2014 02:40:13 PM PST)
11 Subjetc: sync: allow overriding sync-user for the repository
12 SHA: 7909ed55ba45b8a94f4a29148e43953eb58aa184
13
14 ---
15 pym/portage/sync/controller.py | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/pym/portage/sync/controller.py b/pym/portage/sync/controller.py
19 index d2c606d..1583767 100644
20 --- a/pym/portage/sync/controller.py
21 +++ b/pym/portage/sync/controller.py
22 @@ -14,7 +14,7 @@ from portage import os
23 from portage.progress import ProgressBar
24 #from portage.emaint.defaults import DEFAULT_OPTIONS
25 #from portage.util._argparse import ArgumentParser
26 -from portage.util import writemsg_level
27 +from portage.util import writemsg, writemsg_level
28 from portage.output import create_color_func
29 good = create_color_func("GOOD")
30 bad = create_color_func("BAD")