Sign in
cos
/
mirrors
/
cros
/
chromiumos
/
third_party
/
portage_tool
/
refs/heads/cros/2.1.9.45
/
.
/
tabcheck.py
blob: 1699e9883a859103256d439a9a39b5001569938a [
file
] [
log
] [
blame
]
#!/usr/bin/python -O
import
tabnanny
,
sys
for
x
in
sys
.
argv
:
tabnanny
.
check
(
x
)