patman: Drop references to __future__
[platform/kernel/u-boot.git] / tools / binman / image.py
index 2beab7f..3e96173 100644 (file)
@@ -5,8 +5,6 @@
 # Class for an image, the output of binman
 #
 
-from __future__ import print_function
-
 from collections import OrderedDict
 import fnmatch
 from operator import attrgetter