misc
/
portage
debian
master
gentoo portage for debian
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tabcheck.py
blob: 1699e9883a859103256d439a9a39b5001569938a (
plain
)
1
2
3
4
5
6
#!/usr/bin/python -O
import
tabnanny
,
sys
for
x
in
sys
.
argv
:
tabnanny
.
check
(
x
)