Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:repoman commit in: repoman/pym/repoman/tests/
Date: Fri, 30 Mar 2018 05:21:33
Message-Id: 1522381880.4fcf189a18dca35f501d59a0344eba8732520ed4.zmedico@gentoo
1 commit: 4fcf189a18dca35f501d59a0344eba8732520ed4
2 Author: El Acheche Anis <elacheche <AT> ubuntu <DOT> com>
3 AuthorDate: Mon Jul 24 04:46:28 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 30 03:51:20 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=4fcf189a
7
8 repoman: repoman/pym/repoman/tests/runTests.py: Fix PEP8 E401
9
10 repoman/pym/repoman/tests/runTests.py | 3 ++-
11 1 file changed, 2 insertions(+), 1 deletion(-)
12
13 diff --git a/repoman/pym/repoman/tests/runTests.py b/repoman/pym/repoman/tests/runTests.py
14 index 759abdd82..3125ff058 100644
15 --- a/repoman/pym/repoman/tests/runTests.py
16 +++ b/repoman/pym/repoman/tests/runTests.py
17 @@ -3,7 +3,8 @@
18 # Copyright 2006-2017 Gentoo Foundation
19 # Distributed under the terms of the GNU General Public License v2
20
21 -import os, sys
22 +import os
23 +import sys
24 import os.path as osp
25 import grp
26 import platform