]> jfr.im git - yt-dlp.git/blobdiff - test/test_options.py
Completely change project name to yt-dlp (#85)
[yt-dlp.git] / test / test_options.py
index dce2533736525f5976469b53ac27b9a98ef38f5f..42d9183a96bc437d844a8daeb7daba46307e3c90 100644 (file)
@@ -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):