Merge remote-tracking branch 'sehrgut/Grooveshark'
[youtube-dl] / test / test_age_restriction.py
index 506572e9ee9604973f7ba31951a8cb32155f1fa3..71e80b037a5cc99fd0cb1a6711d20cfb59e01b34 100644 (file)
@@ -6,15 +6,14 @@ 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
 
 
 def _download_restricted(url, filename, age):
-    """ Returns true iff the file has been downloaded """
+    """ Returns true if the file has been downloaded """
 
     params = {
         'age_limit': age,