mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-18 13:49:59 +01:00
Don’t use a specific python instance, use whichever is first in the path.
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/env python
|
||||||
import re
|
import re
|
||||||
|
|
||||||
with open("corelib.wren", "r") as f:
|
with open("corelib.wren", "r") as f:
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
import glob
|
import glob
|
||||||
import markdown
|
import markdown
|
||||||
|
|||||||
Reference in New Issue
Block a user