diff options
author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2013-10-15 08:22:20 +0200 |
---|---|---|
committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2013-10-15 08:22:20 +0200 |
commit | e772692ffd727631e65be90948b7e8c422738a7b (patch) | |
tree | 662d9ebbc354555a73b7f3fd57defb62b853af61 /test/test_write_annotations.py | |
parent | 8381a92120c3826b471e6d2cc38045b5f3a9d15e (diff) |
Fix an import in the tests and the Youtube Shows test
Diffstat (limited to 'test/test_write_annotations.py')
-rw-r--r-- | test/test_write_annotations.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_write_annotations.py b/test/test_write_annotations.py index 6f08808cd..35defb895 100644 --- a/test/test_write_annotations.py +++ b/test/test_write_annotations.py @@ -17,7 +17,6 @@ import xml.etree.ElementTree import youtube_dl.YoutubeDL import youtube_dl.extractor -from youtube_dl.utils import True class YoutubeDL(youtube_dl.YoutubeDL): |