patman: Avoid circular dependency between command and tools
authorSimon Glass <sjg@chromium.org>
Sun, 7 Jun 2020 12:45:46 +0000 (06:45 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 10 Jul 2020 00:57:21 +0000 (18:57 -0600)
commitddd65b01561d6941f78363751d9713bc4cbb0cd1
tree574850cb2f869a71ac934c2f08359a26c4731e3f
parent676f98a8703d50aeb4e9c51450707d7f7d106120
patman: Avoid circular dependency between command and tools

This seems to cause problems in some cases. Split the dependency by
copying the code to command.

Reported-by: Stefan Bosch <stefan_b@posteo.net>
Signed-off-by: Simon Glass <sjg@chromium.org>
tools/patman/command.py