aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoe Gregorio <jcgregorio@google.com>2010-08-18 15:21:06 -0400
committerJoe Gregorio <jcgregorio@google.com>2010-08-18 15:21:06 -0400
commit41cf797f87fc7b22e5b755c7426026b007ccf93a (patch)
treeed3f6fc7cab22dbb6e918e62fbac62ca1285096a /Makefile
parenta4a7eb065cdbbff69bb630347a4626579e9271e9 (diff)
downloadgoogle-api-python-client-41cf797f87fc7b22e5b755c7426026b007ccf93a.tar.gz
Added TODO and did PEP 8 cleanup.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 838feef87..9825ad91c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,2 @@
-default:
- python discovery.py
+pep8:
+ find apiclient samples -name "*.py" | xargs pep8 --ignore=E111,E202