Skip to content

Commit 0c6a873

Browse files
committed
Update shebang to use Python 3 explicitly
I'm deleting references of Python 2 in `apple/swift`. Tests regarding swift-syntax fails because `build-script.py` in this project references Python 2 implicitly.
1 parent 0423e4d commit 0c6a873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22

33

44
from __future__ import absolute_import, print_function, unicode_literals

0 commit comments

Comments
 (0)