diff options
Diffstat (limited to 'testing/vint/01-python3-shebang.patch')
| -rw-r--r-- | testing/vint/01-python3-shebang.patch | 8 |
1 files changed, 8 insertions, 0 deletions
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 |
