Require python2.7

This commit is contained in:
Todd Gamblin 2013-02-18 23:52:50 -08:00
parent 38becacace
commit 5d81cfdac6
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2.7
import os
import sys

View file

@ -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.