]> jfr.im git - yt-dlp.git/blobdiff - test/test_cache.py
[ie/TubiTv] Fix extractor (#9975)
[yt-dlp.git] / test / test_cache.py
index a161601420db336f949eacd68e2f846bcf8d3699..ce1624b68b7ab2e3016f3290b77515de7b299409 100644 (file)
@@ -1,19 +1,17 @@
-#!/usr/bin/env python
-# coding: utf-8
-
-from __future__ import unicode_literals
-
-import shutil
+#!/usr/bin/env python3
 
 # Allow direct execution
 import os
 import sys
 import unittest
+
 sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
 
 
+import shutil
+
 from test.helper import FakeYDL
-from youtube_dl.cache import Cache
+from yt_dlp.cache import Cache
 
 
 def _is_empty(d):