X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=test%2Ftest_age_restriction.py;h=c9cdb96cb30578d58724ddadb4328ad790316a39;hb=d0efb9ec9a85662fa43f026339821513ac2f039c;hp=506572e9ee9604973f7ba31951a8cb32155f1fa3;hpb=ac05067d3dbc68cd50e8e07d51700b5a8a698a29;p=youtube-dl diff --git a/test/test_age_restriction.py b/test/test_age_restriction.py index 506572e9e..c9cdb96cb 100644 --- a/test/test_age_restriction.py +++ b/test/test_age_restriction.py @@ -6,8 +6,7 @@ import sys import unittest sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) -from test.helper import global_setup, try_rm -global_setup() +from test.helper import try_rm from youtube_dl import YoutubeDL