[viddler] PEP8
authorPhilipp Hagemeister <phihag@phihag.de>
Fri, 30 Jan 2015 01:13:37 +0000 (02:13 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Fri, 30 Jan 2015 01:13:37 +0000 (02:13 +0100)
youtube_dl/extractor/viddler.py

index ef104dc29cee61c9586057ab925e8ebfb95499ea..8516a2940cb38c7e030e504e6a29f88fcd3946a1 100644 (file)
@@ -6,7 +6,7 @@ from ..utils import (
     int_or_none,
 )
 from ..compat import (
-   compat_urllib_request
+    compat_urllib_request
 )