patman: Drop references to __future__
[platform/kernel/u-boot.git] / tools / binman / control.py
index 68ad5fc..82bc90d 100644 (file)
@@ -5,8 +5,6 @@
 # Creates binary images from input files controlled by a description
 #
 
-from __future__ import print_function
-
 from collections import OrderedDict
 import os
 import sys