mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-27 09:02:20 +00:00
patman: Drop references to __future__
We don't need these now that the tools using Python 3. Drop them. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
515ce965d6
commit
83a4518771
20 changed files with 0 additions and 40 deletions
|
@ -23,8 +23,6 @@ This script works by:
|
|||
Search for ## to update the commit message manually.
|
||||
"""
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
import glob
|
||||
import os
|
||||
import re
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue