commit | a5197fc9c3329e3559e79dabb5acde9d0dd9e102 | [log] [tgz] |
---|---|---|
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | Fri Dec 16 20:45:29 2022 -0500 |
committer | Simon Glass <sjg@chromium.org> | Thu Jan 05 19:21:57 2023 -0700 |
tree | c0401ca547a63d9fa573f201d8ff57c1b60808a1 | |
parent | 425bbed247e3361f45f4c83fbfdb432a0bcc2892 [diff] |
patman: locate README.rst via importlib 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> Reviewed-by: Simon Glass <sjg@chromium.org>