[Python] Follow PEP8 rules ( Issue #3041 )

This commit is contained in:
Takuro Wada
2016-06-05 23:15:36 +09:00
parent 34fed26e79
commit 955d39f709
68 changed files with 654 additions and 879 deletions

View File

@@ -7,9 +7,7 @@ from setuptools import setup, find_packages
NAME = "{{packageName}}"
VERSION = "{{packageVersion}}"
{{#apiInfo}}{{#apis}}{{^hasMore}}
# To install the library, run the following
#
# python setup.py install
@@ -33,5 +31,4 @@ setup(
{{appDescription}}
"""
)
{{/hasMore}}{{/apis}}{{/apiInfo}}
{{/hasMore}}{{/apis}}{{/apiInfo}}