Skip to content

Commit 60ae17d

Browse files
committed
update swiftc_stub.py to use py3
1 parent d0de9c8 commit 60ae17d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XCHammerAssets/swiftc_stub.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/python3
22
try:
33
from typing import List
44
except ImportError:

0 commit comments

Comments
 (0)