Merge "Fix "wrap functions with 2 blank lines" pep8 check"

This commit is contained in:
Jenkins 2016-11-21 03:28:21 +00:00 committed by Gerrit Code Review
commit a1ed8a6b29
2 changed files with 2 additions and 0 deletions

View File

@ -136,5 +136,6 @@ def main():
finally:
os.chdir(cur_dir)
if __name__ == '__main__':
main()

View File

@ -69,5 +69,6 @@ def main(argv):
install.install_dependencies()
print_help()
if __name__ == '__main__':
main(sys.argv)