Update coding style after pycodestyle 2.1.0
authorYen Chi Hsuan <yan12125@gmail.com>
Thu, 17 Nov 2016 11:42:56 +0000 (19:42 +0800)
committerYen Chi Hsuan <yan12125@gmail.com>
Thu, 17 Nov 2016 11:45:42 +0000 (19:45 +0800)
commit582be3584761030bfbee13b0c6ea9e6ce2c8a790
tree7de027866475514d227e4e776b63a5e8e06e7153
parent073d5bf583e8ff8ae71efca5fc6fae0743ac8961
Update coding style after pycodestyle 2.1.0

In pycodestyle 2.1.0, E305 was introduced, which requires two blank
lines after top level declarations, too.

See https://github.com/PyCQA/pycodestyle/issues/400

See also #10689; thanks @stepshal for first mentioning this issue and
initial patches
27 files changed:
devscripts/bash-completion.py
devscripts/fish-completion.py
devscripts/generate_aes_testdata.py
devscripts/gh-pages/update-sites.py
devscripts/make_contributing.py
devscripts/make_lazy_extractors.py
devscripts/make_supportedsites.py
devscripts/prepare_manpage.py
devscripts/zsh-completion.py
test/test_InfoExtractor.py
test/test_aes.py
test/test_download.py
test/test_execution.py
test/test_http.py
test/test_iqiyi_sdk_interpreter.py
test/test_jsinterp.py
test/test_utils.py
test/test_verbose_output.py
test/test_write_annotations.py
test/test_youtube_lists.py
test/test_youtube_signature.py
youtube_dl/__init__.py
youtube_dl/aes.py
youtube_dl/compat.py
youtube_dl/downloader/external.py
youtube_dl/socks.py
youtube_dl/swfinterp.py