diff options
Diffstat (limited to 'roms/u-boot/tools/patman/__init__.py')
-rw-r--r-- | roms/u-boot/tools/patman/__init__.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roms/u-boot/tools/patman/__init__.py b/roms/u-boot/tools/patman/__init__.py new file mode 100644 index 000000000..7cbe5fa4b --- /dev/null +++ b/roms/u-boot/tools/patman/__init__.py @@ -0,0 +1,3 @@ +__all__ = ['checkpatch', 'command', 'commit', 'cros_subprocess', + 'get_maintainer', 'gitutil', 'patchstream', 'project', + 'series', 'settings', 'terminal', 'test'] |