Re: [PATCH v5 3/6] patman: import gitutil module where it is needed

2022-12-20 Thread Simon Glass
On Mon, 19 Dec 2022 at 22:38, Maxim Cournoyer wrote: > > Instead of propagating it from the module entry point (main script). > > Signed-off-by: Maxim Cournoyer > --- > > (no changes since v1) > > tools/patman/__main__.py | 3 +-- > tools/patman/settings.py | 8 +--- > 2 files changed, 6

Re: [PATCH v5 3/6] patman: import gitutil module where it is needed

2022-12-20 Thread Simon Glass
On Mon, 19 Dec 2022 at 22:38, Maxim Cournoyer wrote: > > Instead of propagating it from the module entry point (main script). > > Signed-off-by: Maxim Cournoyer > --- > > (no changes since v1) > > tools/patman/__main__.py | 3 +-- > tools/patman/settings.py | 8 +--- > 2 files changed, 6

[PATCH v5 3/6] patman: import gitutil module where it is needed

2022-12-19 Thread Maxim Cournoyer
Instead of propagating it from the module entry point (main script). Signed-off-by: Maxim Cournoyer --- (no changes since v1) tools/patman/__main__.py | 3 +-- tools/patman/settings.py | 8 +--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/tools/patman/__main__.py