aboutsummaryrefslogtreecommitdiff
path: root/test/test_write_annotations.py
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2013-10-15 08:22:20 +0200
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2013-10-15 08:22:20 +0200
commite772692ffd727631e65be90948b7e8c422738a7b (patch)
tree662d9ebbc354555a73b7f3fd57defb62b853af61 /test/test_write_annotations.py
parent8381a92120c3826b471e6d2cc38045b5f3a9d15e (diff)
downloadyoutube-dl-e772692ffd727631e65be90948b7e8c422738a7b.tar.xz
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.py1
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):