Skip to content

Commit 7049b58

Browse files
0xc0170Cruz Monrreal II
authored andcommitted
tools: fix hashbang
1 parent a43ef52 commit 7049b58

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tools/memap.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env python
2+
13
"""
24
Copyright (c) 2016-2019 ARM Limited. All rights reserved.
35
@@ -16,8 +18,6 @@
1618
limitations under the License.
1719
"""
1820

19-
#!/usr/bin/env python
20-
2121
"""Memory Map File Analyser for ARM mbed"""
2222
from __future__ import print_function, division, absolute_import
2323

tools/misc/find_c_includes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env python
2+
13
"""
24
Copyright (c) 2016-2019 ARM Limited. All rights reserved.
35
@@ -16,8 +18,6 @@
1618
limitations under the License.
1719
"""
1820

19-
#!/usr/bin/env python
20-
2121
import os
2222
import re
2323

0 commit comments

Comments
 (0)