Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: /
Date: Mon, 21 Feb 2022 03:53:58
Message-Id: 1645415615.c4e6be6285a968921cbb55b9f18c1c6dcd7933d9.sam@gentoo
1 commit: c4e6be6285a968921cbb55b9f18c1c6dcd7933d9
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 21 03:53:35 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 21 03:53:35 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=c4e6be62
7
8 tabcheck.py: drop
9
10 The repo is Blackened now.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 tabcheck.py | 7 -------
15 1 file changed, 7 deletions(-)
16
17 diff --git a/tabcheck.py b/tabcheck.py
18 deleted file mode 100755
19 index f8d56cf1e..000000000
20 --- a/tabcheck.py
21 +++ /dev/null
22 @@ -1,7 +0,0 @@
23 -#!/usr/bin/env python -b
24 -
25 -import sys
26 -import tabnanny
27 -
28 -for x in sys.argv:
29 - tabnanny.check(x)