From 7e36dc087e666c096361c44f61fbc649389c214e Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Tue, 29 Aug 2023 13:17:24 -0500 Subject: [PATCH] Switch to new colcon_core.extension_point API --- colcon_rerun/verb/rerun.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/colcon_rerun/verb/rerun.py b/colcon_rerun/verb/rerun.py index e50298c..f6a740d 100644 --- a/colcon_rerun/verb/rerun.py +++ b/colcon_rerun/verb/rerun.py @@ -8,7 +8,8 @@ from colcon_core.command import CommandContext from colcon_core.command import create_parser from colcon_core.command import verb_main -from colcon_core.entry_point import EXTENSION_BLOCKLIST_ENVIRONMENT_VARIABLE +from colcon_core.extension_point \ + import EXTENSION_BLOCKLIST_ENVIRONMENT_VARIABLE from colcon_core.logging import colcon_logger from colcon_core.plugin_system import satisfies_version from colcon_core.verb import get_verb_extensions