goodfet: hardcode python version to 2.7

This commit is contained in:
Thomas Eichinger 2014-08-22 00:00:30 +02:00
parent 67fc424a76
commit f11af5f9a1

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python2.7
# Serial Bootstrap Loader software for the MSP430 embedded proccessor. # Serial Bootstrap Loader software for the MSP430 embedded proccessor.
# #
# (C) 2001-2003 Chris Liechti <cliechti@gmx.net> # (C) 2001-2003 Chris Liechti <cliechti@gmx.net>