ament / ament_lint

Apache License 2.0
38 stars 107 forks source link

Fix importlib_metadata warning on Python 3.10. #365

Closed clalancette closed 2 years ago

clalancette commented 2 years ago

This makes it use the newer select interface when available, but fallback to the dict interface as needed.

Signed-off-by: Chris Lalancette clalancette@openrobotics.org

Connects to https://github.com/ros2/ros2/issues/1254