build: use python 2 shebang for git scripts (#25335)

This commit is contained in:
Valentin Hăloiu 2020-09-10 03:05:19 +02:00 committed by GitHub
parent e6fbbf4325
commit a829ae56b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
import argparse
import os

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
import argparse
import os