mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
579916beb1
This allows running the package as a Python module, like e.g.: $ python -m patman It also prevents Pytest from attempting to parse main.py, which would cause errors. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@savoirfairelinux.com> Fix up main.py in __init__.py: Signed-off-by: Simon Glass <sjg@chromium.org>
6 lines
318 B
Python
6 lines
318 B
Python
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
__all__ = ['checkpatch', 'command', 'commit', 'control', 'cros_subprocess',
|
|
'func_test', 'get_maintainer', 'gitutil', '__main__', 'patchstream',
|
|
'project', 'series', 'setup', 'settings', 'terminal',
|
|
'test_checkpatch', 'test_util', 'tools', 'tout']
|