]> jfr.im git - yt-dlp.git/blobdiff - test/test_jsinterp.py
[cleanup] Point all shebang to `python3` (#372)
[yt-dlp.git] / test / test_jsinterp.py
index c24b8ca742acc308ca9c455378564bbac053765d..8b2b60403ce74e05034ed176e84a2bf1fd1b5ace 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 from __future__ import unicode_literals
 
@@ -8,7 +8,7 @@
 import unittest
 sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
 
-from youtube_dl.jsinterp import JSInterpreter
+from yt_dlp.jsinterp import JSInterpreter
 
 
 class TestJSInterpreter(unittest.TestCase):