patman: Drop references to __future__
[platform/kernel/u-boot.git] / tools / patman / settings.py
index 5dc83a8..9ac96c4 100644 (file)
@@ -2,8 +2,6 @@
 # Copyright (c) 2011 The Chromium OS Authors.
 #
 
-from __future__ import print_function
-
 try:
     import configparser as ConfigParser
 except: