summaryrefslogtreecommitdiff
path: root/tools/binman/elf.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binman/elf.py')
-rw-r--r--tools/binman/elf.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/binman/elf.py b/tools/binman/elf.py
index de1ce73f2a..29fdac1b8f 100644
--- a/tools/binman/elf.py
+++ b/tools/binman/elf.py
@@ -5,8 +5,6 @@
# Handle various things related to ELF images
#
-from __future__ import print_function
-
from collections import namedtuple, OrderedDict
import command
import io