]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
extensions: update combine plugin
authorVincent Bernat <vincent@bernat.ch>
Sun, 2 Feb 2020 13:57:01 +0000 (14:57 +0100)
committerVincent Bernat <vincent@bernat.ch>
Sun, 2 Feb 2020 13:58:19 +0000 (14:58 +0100)
extensions/combine.py

index 93563964006bfa1db724c865c9fd0a7cd0134f93..d6e885d4e8809e79fc196cb4f207472c5c5a9e36 100644 (file)
@@ -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):