]> jfr.im git - yt-dlp.git/blobdiff - test/test_netrc.py
[cleanup] Misc (#10043)
[yt-dlp.git] / test / test_netrc.py
index 94a703406b1000ae09ae78ebc3197f3c2b801b7c..dc708d974cf3e743aa45280bb7d5ba944b5b466d 100644 (file)
@@ -1,9 +1,10 @@
-# coding: utf-8
-from __future__ import unicode_literals
+#!/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__))))