X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=test%2Ftest_write_annotations.py;h=eac53b285ab6740b368f278784aced9625abb9a6;hb=21f2927f707dc1dfe9182a290571da1714f1ed63;hp=6f08808cd8877423c8277f935e2f8ed2d837ad78;hpb=44a5f1718a5657a08082d8fd3201403bf2683c4f;p=youtube-dl diff --git a/test/test_write_annotations.py b/test/test_write_annotations.py index 6f08808cd..eac53b285 100644 --- a/test/test_write_annotations.py +++ b/test/test_write_annotations.py @@ -7,8 +7,7 @@ import sys import unittest sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) -from test.helper import get_params, global_setup, try_rm -global_setup() +from test.helper import get_params, try_rm import io @@ -17,7 +16,6 @@ import xml.etree.ElementTree import youtube_dl.YoutubeDL import youtube_dl.extractor -from youtube_dl.utils import True class YoutubeDL(youtube_dl.YoutubeDL):