Add support for single-test tox runs
[youtube-dl] / test / test_dailymotion_subtitles.py
index ed2ad311df0035010be978e3515e88e18f7ba11a..e655d280deb0640e32f71a3d76abac16e7d7f68e 100644 (file)
@@ -10,7 +10,7 @@ sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
 
 from youtube_dl.extractor import DailymotionIE
 from youtube_dl.utils import *
-from helper import FakeYDL
+from .helper import FakeYDL
 
 md5 = lambda s: hashlib.md5(s.encode('utf-8')).hexdigest()