]> jfr.im git - yt-dlp.git/blobdiff - test/test_socks.py
[cleanup] Point all shebang to `python3` (#372)
[yt-dlp.git] / test / test_socks.py
index be52e2343e0fe28dd369f0cd4f35da0e4128f20b..76aabb27f0bd6aa3c0f3ce05dee409773959c4de 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # coding: utf-8
 from __future__ import unicode_literals
 
@@ -15,7 +15,7 @@
     FakeYDL,
     get_params,
 )
-from youtube_dlc.compat import (
+from yt_dlp.compat import (
     compat_str,
     compat_urllib_request,
 )