check_link_map: Removing unsuported python version.

Zephyr uses python 2.7 by default. Phython3 is breaking windows build.

Change-Id: Id0fdbdce89d63f51a0625f5d1f2f45584ecd4023
Signed-off-by: Sonia Leon Bautista <sonia.leon.bautista@intel.com>
This commit is contained in:
Sonia Leon Bautista 2016-10-14 17:47:48 -05:00 committed by Anas Nashif
parent e4db6c7af5
commit 5606f7f424

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
import fileinput
import re
import sys