mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-18 02:44:37 +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>
5 lines
251 B
Python
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']
|