patman: Drop references to __future__
[platform/kernel/u-boot.git] / tools / binman / elf.py
index de1ce73..29fdac1 100644 (file)
@@ -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