projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39f0a2a
)
[test_download] Fix import
author
Philipp Hagemeister
<phihag@phihag.de>
Sun, 2 Nov 2014 10:46:12 +0000
(11:46 +0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Sun, 2 Nov 2014 10:46:12 +0000
(11:46 +0100)
test/test_download.py
patch
|
blob
|
history
diff --git
a/test/test_download.py
b/test/test_download.py
index 75e0bb2897d7809c53e9718d62ef7dedd4b44484..88ce29871d87700fa183cf66d918139e83e76fc9 100644
(file)
--- 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,