[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#60134] [PATCH 3/3] patman: locate README.rst via importlib
From: |
Simon Glass |
Subject: |
[bug#60134] [PATCH 3/3] patman: locate README.rst via importlib |
Date: |
Sat, 17 Dec 2022 15:24:34 -0700 |
On Fri, 16 Dec 2022 at 18:45, Maxim Cournoyer <maxim.cournoyer@gmail.com> wrote:
>
> Rationale: this is more robust than assumptions about the file
> hierarchy layout of the installation of patman, for example on non
> file-hierarchy standard (FHS) systems such as Guix System or Nix OS.
>
> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@savoirfairelinux.com>
> ---
>
> tools/patman/main.py | 8 +++-----
> 1 file changed, 3 insertions(+), 5 deletions(-)
>
Reviewed-by: Simon Glass <sjg@chromium.org>