mirror of https://github.com/ARMmbed/mbed-os.git
tools: fix hashbang
parent
c08f51aa36
commit
34cdefc89e
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
"""
|
||||
Copyright (c) 2016-2019 ARM Limited. All rights reserved.
|
||||
|
||||
|
@ -16,8 +18,6 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
"""
|
||||
|
||||
#!/usr/bin/env python
|
||||
|
||||
"""Memory Map File Analyser for ARM mbed"""
|
||||
from __future__ import print_function, division, absolute_import
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
"""
|
||||
Copyright (c) 2016-2019 ARM Limited. All rights reserved.
|
||||
|
||||
|
@ -16,8 +18,6 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
"""
|
||||
|
||||
#!/usr/bin/env python
|
||||
|
||||
import os
|
||||
import re
|
||||
|
||||
|
|
Loading…
Reference in New Issue