Merge pull request #1065 from rnestler/use_python2

workspace_tools: Use python2 in shebang
pull/1075/head
Martin Kojtal 2015-04-24 08:06:43 +01:00
commit 7c21ce5110
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