Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: lib/portage/
Date: Mon, 03 Aug 2020 19:31:05
Message-Id: 1596482547.728cff4873b3a9638119aa057f3c365c9cd622fe.zmedico@gentoo
1 commit: 728cff4873b3a9638119aa057f3c365c9cd622fe
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 3 19:06:00 2020 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 3 19:22:27 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=728cff48
7
8 lib/portage/news.py: drop unused-import
9
10 * Drop unused-import
11 * Update copyright
12
13 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
14 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
15
16 lib/portage/news.py | 3 +--
17 1 file changed, 1 insertion(+), 2 deletions(-)
18
19 diff --git a/lib/portage/news.py b/lib/portage/news.py
20 index 2731ea889..21a7c6a1f 100644
21 --- a/lib/portage/news.py
22 +++ b/lib/portage/news.py
23 @@ -1,5 +1,5 @@
24 # portage: news management code
25 -# Copyright 2006-2019 Gentoo Authors
26 +# Copyright 2006-2020 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 from __future__ import print_function
30 @@ -16,7 +16,6 @@ import io
31 import logging
32 import os as _os
33 import re
34 -import portage
35 from portage import os
36 from portage import _encodings
37 from portage import _unicode_decode