mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-15 17:34:43 +00:00

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>
4 lines
142 B
Python
4 lines
142 B
Python
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
__all__ = ['command', 'cros_subprocess', 'gitutil', 'terminal', 'test_util',
|
|
'tools', 'tout']
|