Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:repoman commit in: repoman/pym/repoman/tests/
Date: Thu, 29 Mar 2018 21:35:13
Message-Id: 1522356220.1b0ed497a2c3fe19debc774e6a4263344d8572f8.dolsen@gentoo
1 commit: 1b0ed497a2c3fe19debc774e6a4263344d8572f8
2 Author: El Acheche Anis <elacheche <AT> ubuntu <DOT> com>
3 AuthorDate: Mon Jul 24 04:46:28 2017 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 29 20:43:40 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=1b0ed497
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