From: Simon Glass Date: Tue, 12 Jul 2022 01:04:12 +0000 (-0600) Subject: buildman: Drop a Python 2.7 comment X-Git-Tag: v2025.01-rc5-pxa1908~1321^2~1 X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/git-favicon.png?a=commitdiff_plain;h=7f275bdbb027c8d0b9f4faa0841c45183f88ab43;p=u-boot.git buildman: Drop a Python 2.7 comment This is well out of date, but it is still reasonable to use a list. Drop the comment. Signed-off-by: Simon Glass --- diff --git a/tools/buildman/boards.py b/tools/buildman/boards.py index b30b344bc8..8a0971aa40 100644 --- a/tools/buildman/boards.py +++ b/tools/buildman/boards.py @@ -371,7 +371,6 @@ class MaintainersDatabase: class Boards: """Manage a list of boards.""" def __init__(self): - # Use a simple list here, sinc OrderedDict requires Python 2.7 self._boards = [] def add_board(self, brd):