Commit e3986d9b40f3e52217dea4c47f65e44e549c9ee2

Authored by Simon Glass
1 parent 272cd85deb

patman: Move to use Python 3

Update this tool to use Python 3 to meet the 2020 deadline.

Signed-off-by: Simon Glass <sjg@chromium.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

tools/patman/patman.py
1   -#!/usr/bin/env python
  1 +#!/usr/bin/env python3
2 2 # SPDX-License-Identifier: GPL-2.0+
3 3 #
4 4 # Copyright (c) 2011 The Chromium OS Authors.