u-boot/tools/u_boot_pylib/__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

4 lines
142 B
Python

# SPDX-License-Identifier: GPL-2.0+
__all__ = ['command', 'cros_subprocess', 'gitutil', 'terminal', 'test_util',
'tools', 'tout']