]> jfr.im git - yt-dlp.git/blobdiff - test/test_cache.py
[Gettr] Add extractor (#1120)
[yt-dlp.git] / test / test_cache.py
index a161601420db336f949eacd68e2f846bcf8d3699..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_dl.cache import Cache
+from yt_dlp.cache import Cache
 
 
 def _is_empty(d):