]> jfr.im git - yt-dlp.git/blobdiff - test/test_cache.py
[build] Update pyinstaller to 4.9
[yt-dlp.git] / test / test_cache.py
index 1167519d11ba1dae567567d030cbec31a54cd3ac..8c4f853872b0bc1184630150f9bc00fd77fb125e 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # coding: utf-8
 
 from __future__ import unicode_literals
@@ -13,7 +13,7 @@
 
 
 from test.helper import FakeYDL
-from youtube_dlc.cache import Cache
+from yt_dlp.cache import Cache
 
 
 def _is_empty(d):