From: Philipp Hagemeister Date: Sun, 2 Nov 2014 10:46:12 +0000 (+0100) Subject: [test_download] Fix import X-Git-Url: http://git.oshgnacknak.de/?a=commitdiff_plain;h=42f7d2f588f5d0276ddb89306d5371e9fdbe91a0;p=youtube-dl [test_download] Fix import --- diff --git a/test/test_download.py b/test/test_download.py index 75e0bb289..88ce29871 100644 --- a/test/test_download.py +++ b/test/test_download.py @@ -23,10 +23,12 @@ import json import socket import youtube_dl.YoutubeDL -from youtube_dl.utils import ( +from youtube_dl.compat import ( compat_http_client, compat_urllib_error, compat_HTTPError, +) +from youtube_dl.utils import ( DownloadError, ExtractorError, format_bytes,