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 53448138351 for ; Wed, 22 Apr 2020 05:52:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 748D9E0AD0; Wed, 22 Apr 2020 05:52:42 +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 4CAB7E0AD0 for ; Wed, 22 Apr 2020 05:52:42 +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 3286334F0D2 for ; Wed, 22 Apr 2020 05:52:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C90A31C8 for ; Wed, 22 Apr 2020 05:52:39 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1587514944.d29853f01fbdd87cf9cef0f04ae110b4185b1ecd.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: catalyst/ X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst/main.py X-VCS-Directories: catalyst/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: d29853f01fbdd87cf9cef0f04ae110b4185b1ecd X-VCS-Branch: master Date: Wed, 22 Apr 2020 05:52:39 +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: 97bccf87-1073-4d20-9039-61bdc1a60697 X-Archives-Hash: b812c439144687592fd28da01795d243 commit: d29853f01fbdd87cf9cef0f04ae110b4185b1ecd Author: Matt Turner gentoo org> AuthorDate: Wed Apr 22 00:17:07 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Apr 22 00:22:24 2020 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=d29853f0 catalyst: Remove unused import Fixes: 6565ad2eb90f (catalyst: Use hashlib instead of external tools) Signed-off-by: Matt Turner gentoo.org> catalyst/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/catalyst/main.py b/catalyst/main.py index 7e2a6c06..8ded4bd1 100644 --- a/catalyst/main.py +++ b/catalyst/main.py @@ -4,7 +4,6 @@ import hashlib import os import sys -from snakeoil import process from snakeoil.process import namespaces from DeComp.definitions import (COMPRESS_DEFINITIONS, DECOMPRESS_DEFINITIONS,