commit | 41cf797f87fc7b22e5b755c7426026b007ccf93a | [log] [tgz] |
---|---|---|
author | Joe Gregorio <jcgregorio@google.com> | Wed Aug 18 15:21:06 2010 -0400 |
committer | Joe Gregorio <jcgregorio@google.com> | Wed Aug 18 15:21:06 2010 -0400 |
tree | ed3f6fc7cab22dbb6e918e62fbac62ca1285096a | |
parent | a4a7eb065cdbbff69bb630347a4626579e9271e9 [diff] [blame] |
Added TODO and did PEP 8 cleanup.
diff --git a/Makefile b/Makefile index 838feef..9825ad9 100644 --- a/Makefile +++ b/Makefile
@@ -1,2 +1,2 @@ -default: - python discovery.py +pep8: + find apiclient samples -name "*.py" | xargs pep8 --ignore=E111,E202