Joe Gregorio | 58b9594 | 2010-12-09 15:04:29 -0500 | [diff] [blame^] | 1 | pep8: |
2 | find apiclient samples -name "*.py" | xargs pep8 --ignore=E111,E202 | ||||
Joe Gregorio | ba9ea7f | 2010-08-19 15:49:04 -0400 | [diff] [blame] | 3 | |
Joe Gregorio | 58b9594 | 2010-12-09 15:04:29 -0500 | [diff] [blame^] | 4 | test: |
5 | python runtests.py |