1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-19 09:15:30 +03:00
aports/testing/vint/01-python3-shebang.patch
Keith Maxwell 4c33316a57 testing/vint: new aport
Closes GH-7859
2019-05-13 10:49:53 +00:00

8 lines
133 B
Diff

--- a/bin/vint
+++ b/bin/vint
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
import sys
from pathlib import Path