tools: fix hashbang

pull/9736/head
Martin Kojtal 2019-02-18 15:45:33 +00:00
parent c08f51aa36
commit 34cdefc89e
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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