Files
u-boot-krane/tools/patman/__init__.py
T
Simon GlassandTom Rini 91b94aff14 patman: Remove the patch-management code
Delete the command-line tool and its supporting modules, now that this
functionality lives in the standalone patch-manager package.

Keep the modules that buildman still imports (commit and patchstream,
plus their dependencies series, get_maintainer and settings), along with
the stub command. Trim __init__.py to match.

Signed-off-by: Simon Glass <sjg@chromium.org>
2026-07-06 08:28:51 -06:00

6 lines
120 B
Python

# SPDX-License-Identifier: GPL-2.0+
__all__ = [
'commit', 'get_maintainer', 'patchstream', 'series', 'settings',
]