Skip to content

Commit

Permalink
update swiftc_stub.py to use py3
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverKoo committed Mar 24, 2022
1 parent d0de9c8 commit 60ae17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XCHammerAssets/swiftc_stub.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python3
try:
from typing import List
except ImportError:
Expand Down

0 comments on commit 60ae17d

Please sign in to comment.