From 6fe7da696ca709d0ffabe8431cb8697bb8ccb2b3 Mon Sep 17 00:00:00 2001 From: Keith Knowles <128771411+NetTech2001@users.noreply.github.com> Date: Sun, 12 May 2024 12:54:13 -0600 Subject: [PATCH] Update template_content.py Netbox 4 support --- netbox_interface_sync/template_content.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox_interface_sync/template_content.py b/netbox_interface_sync/template_content.py index 4e95d3c..71a4cc9 100644 --- a/netbox_interface_sync/template_content.py +++ b/netbox_interface_sync/template_content.py @@ -1,4 +1,4 @@ -from extras.plugins import PluginTemplateExtension +from netbox.plugins import PluginTemplateExtension from dcim.models import Interface, InterfaceTemplate