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/tests/resolver/
Date: Mon, 03 Aug 2020 21:42:18
Message-Id: 1596489953.649727ede1079a700bf296061287298d28cc1f37.zmedico@gentoo
1 commit: 649727ede1079a700bf296061287298d28cc1f37
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 3 20:20:29 2020 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 3 21:25:53 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=649727ed
7
8 lib/portage/tests/resolver/ResolverPlayground.py: drop unused-import
9
10 * Drop unused-import
11 * Slight refactor on imports
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/tests/resolver/ResolverPlayground.py | 6 +++---
17 1 file changed, 3 insertions(+), 3 deletions(-)
18
19 diff --git a/lib/portage/tests/resolver/ResolverPlayground.py b/lib/portage/tests/resolver/ResolverPlayground.py
20 index b15cc7f36..1e382002a 100644
21 --- a/lib/portage/tests/resolver/ResolverPlayground.py
22 +++ b/lib/portage/tests/resolver/ResolverPlayground.py
23 @@ -2,14 +2,14 @@
24 # Distributed under the terms of the GNU General Public License v2
25
26 import bz2
27 -from itertools import permutations
28 import fnmatch
29 import tempfile
30 import portage
31 +
32 +from itertools import permutations
33 from portage import os
34 from portage import shutil
35 -from portage.const import (GLOBAL_CONFIG_PATH, PORTAGE_BASE_PATH,
36 - USER_CONFIG_PATH)
37 +from portage.const import (GLOBAL_CONFIG_PATH, USER_CONFIG_PATH)
38 from portage.process import find_binary
39 from portage.dep import Atom, _repo_separator
40 from portage.package.ebuild.config import config