From ce94f2f03d1c09fd344d979bec905300d68367ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 24 Aug 2020 12:07:05 +0200 Subject: [PATCH] blocks: import missing get_publisher (#46021) --- wcs/blocks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcs/blocks.py b/wcs/blocks.py index bf8306d5f..0f21655cb 100644 --- a/wcs/blocks.py +++ b/wcs/blocks.py @@ -18,7 +18,7 @@ import uuid import time import xml.etree.ElementTree as ET -from quixote import get_request +from quixote import get_request, get_publisher from .qommon import _, N_, misc from .qommon.form import CompositeWidget, WidgetList