[test_download] Fix import
authorPhilipp Hagemeister <phihag@phihag.de>
Sun, 2 Nov 2014 10:46:12 +0000 (11:46 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Sun, 2 Nov 2014 10:46:12 +0000 (11:46 +0100)
test/test_download.py

index 75e0bb2897d7809c53e9718d62ef7dedd4b44484..88ce29871d87700fa183cf66d918139e83e76fc9 100644 (file)
@@ -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,