Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
google-api-python-client
/
a0a52e44f254f4af4ae257427e7c9fb48d314aa0
/
.
/
Makefile
blob: a1123b3d4fccd2962c528f3cb417543ee9965e4e [
file
] [
log
] [
blame
]
pep8
:
find apiclient samples
-
name
"*.py"
|
xargs pep8
--
ignore
=
E111
,
E202
test
:
python runtests
.
py tests
.
PHONY
:
docs
docs
:
cd docs
;
./
build
.
sh