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/sync/modules/rsync/
Date: Mon, 03 Aug 2020 19:30:59
Message-Id: 1596482475.f57d629053ceb7a5ec48826739625db76a057e20.zmedico@gentoo
1 commit: f57d629053ceb7a5ec48826739625db76a057e20
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 3 19:05:41 2020 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 3 19:21:15 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=f57d6290
7
8 lib/portage/sync/modules/rsync/rsync.py: fix unused-import
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
12
13 lib/portage/sync/modules/rsync/rsync.py | 1 -
14 1 file changed, 1 deletion(-)
15
16 diff --git a/lib/portage/sync/modules/rsync/rsync.py b/lib/portage/sync/modules/rsync/rsync.py
17 index 33019534b..4ccf7769f 100644
18 --- a/lib/portage/sync/modules/rsync/rsync.py
19 +++ b/lib/portage/sync/modules/rsync/rsync.py
20 @@ -15,7 +15,6 @@ import tempfile
21 import portage
22 from portage import os
23 from portage import _unicode_decode
24 -from portage.exception import CommandNotFound
25 from portage.util import writemsg_level
26 from portage.output import create_color_func, yellow, blue, bold
27 good = create_color_func("GOOD")