patman: Drop references to __future__
[platform/kernel/u-boot.git] / tools / binman / etype / section.py
index 89b7bf6..87b3ddc 100644 (file)
@@ -8,8 +8,6 @@ Sections are entries which can contain other entries. This allows hierarchical
 images to be created.
 """
 
-from __future__ import print_function
-
 from collections import OrderedDict
 import re
 import sys