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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7E44915808B for ; Mon, 21 Feb 2022 03:53:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B08A3E0974; Mon, 21 Feb 2022 03:53:57 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 903B1E0974 for ; Mon, 21 Feb 2022 03:53:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A1F4A343125 for ; Mon, 21 Feb 2022 03:53:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B97F2CC for ; Mon, 21 Feb 2022 03:53:55 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1645415615.c4e6be6285a968921cbb55b9f18c1c6dcd7933d9.sam@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: tabcheck.py X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c4e6be6285a968921cbb55b9f18c1c6dcd7933d9 X-VCS-Branch: master Date: Mon, 21 Feb 2022 03:53:55 +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: c07768ac-7213-49c0-a97e-420f4b74bb31 X-Archives-Hash: 02db0e1bf1df76aac130042e743c8830 commit: c4e6be6285a968921cbb55b9f18c1c6dcd7933d9 Author: Sam James gentoo org> AuthorDate: Mon Feb 21 03:53:35 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 21 03:53:35 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=c4e6be62 tabcheck.py: drop The repo is Blackened now. Signed-off-by: Sam James gentoo.org> tabcheck.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tabcheck.py b/tabcheck.py deleted file mode 100755 index f8d56cf1e..000000000 --- a/tabcheck.py +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env python -b - -import sys -import tabnanny - -for x in sys.argv: - tabnanny.check(x)