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
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