Sign in
cos
/
mirrors
/
cros
/
chromiumos
/
third_party
/
portage_tool
/
3865809e797e272d911d7bd0c91282dce67795aa
/
.
/
tabcheck.py
blob: 2d45cdeadf76edb2aa041e309095d9b9d201f398 [
file
] [
log
] [
blame
]
#!/usr/bin/python -bO
import
tabnanny
,
sys
for
x
in
sys
.
argv
:
tabnanny
.
check
(
x
)