The control module includes much of the implementation of patman's 'send' feature. As a first step to separating this out, move the sending code into its own file.
Signed-off-by: Simon Glass <[email protected]> --- (no changes since v1) tools/patman/__main__.py | 2 +- tools/patman/control.py | 161 +--------------------------------- tools/patman/func_test.py | 7 +- tools/patman/send.py | 179 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 188 insertions(+), 161 deletions(-) create mode 100644 tools/patman/send.py Applied to sjg/master, thanks!

