X-Git-Url: https://jfr.im/git/yt-dlp.git/blobdiff_plain/22f9b078fd6588ec5fcbb1cfe7d0778b4fab0b49..7a5c1cfe93924351387b44919b3c0b2f66c4b883:/test/test_options.py diff --git a/test/test_options.py b/test/test_options.py index dce253373..42d9183a9 100644 --- a/test/test_options.py +++ b/test/test_options.py @@ -8,7 +8,7 @@ import unittest sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) -from youtube_dlc.options import _hide_login_info +from yt_dlp.options import _hide_login_info class TestOptions(unittest.TestCase):