From 4c33316a5795e7fac253aa09d1cedcba5cccb60f Mon Sep 17 00:00:00 2001 From: Keith Maxwell Date: Mon, 13 May 2019 10:15:58 +0100 Subject: testing/vint: new aport Closes GH-7859 --- testing/vint/01-python3-shebang.patch | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 testing/vint/01-python3-shebang.patch (limited to 'testing/vint/01-python3-shebang.patch') diff --git a/testing/vint/01-python3-shebang.patch b/testing/vint/01-python3-shebang.patch new file mode 100644 index 0000000000..c642296321 --- /dev/null +++ b/testing/vint/01-python3-shebang.patch @@ -0,0 +1,8 @@ +--- a/bin/vint ++++ b/bin/vint +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python ++#!/usr/bin/env python3 + + import sys + from pathlib import Path -- cgit v1.2.3