Gentoo Archives: gentoo-commits

From: Brian Dolbec <brian.dolbec@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mirrorselect:master commit in: mirrorselect/
Date: Wed, 28 May 2014 21:08:56
Message-Id: 1401310358.186426dd65b0b91daa9a5163900f2233ff197d61.dol-sen@gentoo
1 commit: 186426dd65b0b91daa9a5163900f2233ff197d61
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 28 20:52:38 2014 +0000
4 Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
5 CommitDate: Wed May 28 20:52:38 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mirrorselect.git;a=commit;h=186426dd
7
8 Ssl-fetch renamed args-* to kwargs-*
9
10 ---
11 mirrorselect/extractor.py | 4 ++--
12 1 file changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/mirrorselect/extractor.py b/mirrorselect/extractor.py
15 index b9ed15e..ec5f299 100644
16 --- a/mirrorselect/extractor.py
17 +++ b/mirrorselect/extractor.py
18 @@ -108,8 +108,8 @@ class Extractor(object):
19 connector_output = {
20 'info':self.output.write,
21 'error': self.output.print_err,
22 - 'args-info': {'level': 2},
23 - 'args-error': {'level':0},
24 + 'kwargs-info': {'level': 2},
25 + 'kwargs-error': {'level':0},
26 }
27
28 fetcher = Connector(connector_output, self.proxies, USERAGENT)