commit: c4e6be6285a968921cbb55b9f18c1c6dcd7933d9 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Feb 21 03:53:35 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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)
