From fd3b7464dae148924451c497adff4596124924b8 Mon Sep 17 00:00:00 2001 From: stepshal Date: Tue, 28 Jun 2016 22:11:08 +0700 Subject: [PATCH] setup.py: add missing blank line. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 508b27f37..15ba46395 100644 --- a/setup.py +++ b/setup.py @@ -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 = []