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 0DB1F138359 for ; Sat, 17 Oct 2020 09:21:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4CAA2E0908; Sat, 17 Oct 2020 09:21:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 2F9B8E0908 for ; Sat, 17 Oct 2020 09:21:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 ED3CD340F8C for ; Sat, 17 Oct 2020 09:21:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67C8A396 for ; Sat, 17 Oct 2020 09:21:33 +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: <1602926383.ac712bb826266719c39a797499c10ec512c5d4f9.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: lib/portage/tests/emerge/ X-VCS-Repository: proj/portage X-VCS-Files: lib/portage/tests/emerge/test_simple.py X-VCS-Directories: lib/portage/tests/emerge/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: ac712bb826266719c39a797499c10ec512c5d4f9 X-VCS-Branch: master Date: Sat, 17 Oct 2020 09:21:33 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 14a758cc-66f3-45d0-8cd4-850223dbf56e X-Archives-Hash: 6899a4b1057ed1f023a55f1cbfc9a386 commit: ac712bb826266719c39a797499c10ec512c5d4f9 Author: Zac Medico gentoo org> AuthorDate: Sat Oct 17 09:19:32 2020 +0000 Commit: Zac Medico gentoo org> CommitDate: Sat Oct 17 09:19:43 2020 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=ac712bb8 lib/portage/tests/emerge/test_simple.py: drop unused-import Signed-off-by: Zac Medico gentoo.org> lib/portage/tests/emerge/test_simple.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/portage/tests/emerge/test_simple.py b/lib/portage/tests/emerge/test_simple.py index 25cb54de3..8ba74c609 100644 --- a/lib/portage/tests/emerge/test_simple.py +++ b/lib/portage/tests/emerge/test_simple.py @@ -2,11 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 import subprocess -import sys import portage from portage import shutil, os -from portage import _unicode_decode from portage.const import (BASH_BINARY, BINREPOS_CONF_FILE, PORTAGE_PYM_PATH, USER_CONFIG_PATH) from portage.cache.mappings import Mapping from portage.process import find_binary