Require python2.7
This commit is contained in:
parent
38becacace
commit
5d81cfdac6
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2.7
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2.7
|
||||
"""\
|
||||
This file has a bunch of versions tests taken from the excellent version
|
||||
detection in Homebrew.
|
||||
|
|
Loading…
Reference in a new issue