sros2.policy.schemas.dds package

Module contents

Workaround to make importlib.resources path lookup work.

importlib.resources in Python 3.8 and earlier doesn’t support looking up paths in subdirectories. However, it does support looking up paths in python modules, so we add this __init__.py to make this subdirectoy a module. This workaround can be removed when all of the target platforms support Python 3.9 and later; see https://gitlab.com/python-devs/importlib_resources/issues/58 for details.