Sign in
cos
/
mirrors
/
cros
/
chromiumos
/
third_party
/
portage_tool
/
refs/tags/portage-3.0.29
/
.
/
tabcheck.py
blob: b02e4f052397520924d4739735f7914065f6fdaa [
file
] [
log
] [
blame
]
#!/usr/bin/python -b
import
sys
import
tabnanny
for
x
in
sys
.
argv
:
tabnanny
.
check
(
x
)