hgext3rd/__init__.py
author Matt Harbison <matt_harbison@yahoo.com>
Mon, 05 Dec 2022 11:46:00 -0500
branchstable
changeset 49831 d5b722ce9864
parent 48875 6000f5b25c9b
child 51863 f4733654f144
permissions -rw-r--r--
make: add a target for building pyoxidizer tests on macOS The resources seem to be embedded inside the binary, but for some reasons they aren't read there. And since they are embedded, they aren't staged by the build in the `lib` directory like on Windows. So copy them from the repo. We can figure out what's going wrong later.

# name space package to host third party extensions
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)