workspace_tools: Use python2 in shebang

The scripts are not python3 compatible so we should explicitly call
python2.
pull/1065/head
rnestler 2015-04-23 00:23:19 +02:00
parent aec674b45f
commit ddd3e8859f
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python2
"""
mbed SDK
Copyright (c) 2011-2013 ARM Limited

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
"""
Travis-CI build script

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python2
"""
mbed SDK
Copyright (c) 2011-2013 ARM Limited

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
"""
mbed SDK