u-boot/tools/patman/__init__.py
Simon Glass 5c33fb0288 u_boot_pylib: Move gitutil into the library
Move this file into U-Boot's Python library, so that it is no-longer
part of patman.

This makes a start on:

https://source.denx.de/u-boot/custodians/u-boot-dm/-/issues/35

Signed-off-by: Simon Glass <sjg@chromium.org>
2025-02-17 11:17:55 -06:00

5 lines
251 B
Python

# SPDX-License-Identifier: GPL-2.0+
__all__ = ['checkpatch', 'commit', 'control', 'func_test', 'get_maintainer',
'__main__', 'patchstream', 'project', 'series',
'settings', 'setup', 'status', 'test_checkpatch', 'test_settings']