From: Vincent Bernat Date: Sun, 2 Feb 2020 13:57:01 +0000 (+0100) Subject: extensions: update combine plugin X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1f1c648a96814cca139778bee7b594dcf325acd7;p=thirdparty%2Flldpd.git extensions: update combine plugin --- 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):