osxbundle: use python3

This commit is contained in:
Kiracus 2021-04-16 08:59:52 +08:00 committed by sfan5
parent fb5d976cb0
commit 1e90ec647c
2 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import re
import os

View File

@ -1,5 +1,4 @@
#!/usr/bin/env python
from __future__ import print_function
#!/usr/bin/env python3
import os
import shutil
import sys