From 1f1c648a96814cca139778bee7b594dcf325acd7 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 2 Feb 2020 14:57:01 +0100 Subject: [PATCH] extensions: update combine plugin --- extensions/combine.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extensions/combine.py b/extensions/combine.py index 93563964..d6e885d4 100644 --- a/extensions/combine.py +++ b/extensions/combine.py @@ -6,7 +6,8 @@ This plugin is like the `combine` plugin except it combines resources in the "complete" step. """ -from hyde.ext.plugins.combine import CombinePlugin as OrigCombinePlugin +from hyde.ext.plugins.structure import CombinePlugin as OrigCombinePlugin + class CombinePlugin(OrigCombinePlugin): def text_resource_complete(self, resource, text): -- 2.39.5