Add support for single-test tox runs
[youtube-dl] / test / test_playlists.py
index de8bd298a3e6c5c54518869b2bac2c166c5c3226..108a4d63bc60e8bc5a20335798ae43ed510eea1f 100644 (file)
@@ -20,7 +20,7 @@ from youtube_dl.extractor import (
 )
 from youtube_dl.utils import *
 
-from helper import FakeYDL
+from .helper import FakeYDL
 
 class TestPlaylists(unittest.TestCase):
     def assertIsPlaylist(self, info):