From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 121071382C5 for ; Fri, 30 Mar 2018 04:23:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ECF2DE098E; Fri, 30 Mar 2018 04:23:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C17DAE098E for ; Fri, 30 Mar 2018 04:23:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C53EC335D2E for ; Fri, 30 Mar 2018 04:23:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE5AB27D for ; Fri, 30 Mar 2018 04:23:40 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1522381880.4fcf189a18dca35f501d59a0344eba8732520ed4.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: repoman/pym/repoman/tests/ X-VCS-Repository: proj/portage X-VCS-Files: repoman/pym/repoman/tests/runTests.py X-VCS-Directories: repoman/pym/repoman/tests/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 4fcf189a18dca35f501d59a0344eba8732520ed4 X-VCS-Branch: master Date: Fri, 30 Mar 2018 04:23:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f3ba7ad1-8115-496d-8dcb-abbda5f97ba2 X-Archives-Hash: 646cb4b70693fd0dddcc56d172789b88 Message-ID: <20180330042340.MEHlR1rHZeknsVAVobUEB_0o_NGJ1Kfgv0eUnWxUkPk@z> commit: 4fcf189a18dca35f501d59a0344eba8732520ed4 Author: El Acheche Anis ubuntu com> AuthorDate: Mon Jul 24 04:46:28 2017 +0000 Commit: Zac Medico gentoo org> CommitDate: Fri Mar 30 03:51:20 2018 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=4fcf189a repoman: repoman/pym/repoman/tests/runTests.py: Fix PEP8 E401 repoman/pym/repoman/tests/runTests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/repoman/pym/repoman/tests/runTests.py b/repoman/pym/repoman/tests/runTests.py index 759abdd82..3125ff058 100644 --- a/repoman/pym/repoman/tests/runTests.py +++ b/repoman/pym/repoman/tests/runTests.py @@ -3,7 +3,8 @@ # Copyright 2006-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -import os, sys +import os +import sys import os.path as osp import grp import platform