]> jfr.im git - yt-dlp.git/blobdiff - test/test_netrc.py
[build] Exclude `requests` from `py2exe` (#9982)
[yt-dlp.git] / test / test_netrc.py
index adc3a0ed1e1796f2c7beea4fd8fd4c37f96e68e5..dc708d974cf3e743aa45280bb7d5ba944b5b466d 100644 (file)
@@ -1,6 +1,10 @@
+#!/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__))))