patman: Drop references to __future__
[platform/kernel/u-boot.git] / tools / binman / cbfs_util.py
index 99d7787..34c5116 100644 (file)
@@ -15,8 +15,6 @@ Currently supported: raw and stage types with compression, padding empty areas
     with empty files, fixed-offset files
 """
 
-from __future__ import print_function
-
 from collections import OrderedDict
 import io
 import struct