Add support for single-test tox runs
[youtube-dl] / test / test_age_restriction.py
index 943f9a315f804b6c6b7f8f31c9688ef1e5ee6d41..ec3e30572fa6c15e7a3c24839e40f409428f41b2 100644 (file)
@@ -8,7 +8,7 @@ import os
 sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
 
 from youtube_dl import YoutubeDL
-from helper import try_rm
+from .helper import try_rm
 
 
 def _download_restricted(url, filename, age):