diff --git a/plugins/image_commands/__init__.py b/plugins/image_commands/__init__.py index 34bb534..f7cfa69 100644 --- a/plugins/image_commands/__init__.py +++ b/plugins/image_commands/__init__.py @@ -7,5 +7,5 @@ def validate_manifest(data, schema_validate): def resolve_tasks(tasklist, manifest): - from image_commands import ImageExecuteCommand + from tasks import ImageExecuteCommand tasklist.add(ImageExecuteCommand) diff --git a/plugins/image_commands/image_commands.py b/plugins/image_commands/tasks.py similarity index 100% rename from plugins/image_commands/image_commands.py rename to plugins/image_commands/tasks.py