Don’t use a specific python instance, use whichever is first in the path.

This commit is contained in:
Kyle Marek-Spartz
2014-01-28 12:56:24 -06:00
parent 9739bc7b30
commit 148bf70599
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
import re
with open("corelib.wren", "r") as f:

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
import glob
import markdown