1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-02-04 05:02:50 +08:00

setup.py: add missing blank line.

This commit is contained in:
stepshal 2016-06-28 22:11:08 +07:00
parent 32616c14cc
commit fd3b7464da

View File

@ -83,6 +83,7 @@ else:
else:
params['scripts'] = ['bin/youtube-dl']
class build_lazy_extractors(Command):
description = 'Build the extractor lazy loading module'
user_options = []