From 8a408ec616edbfe94080495f074ed8580076ca25 Mon Sep 17 00:00:00 2001 From: Mark Pittaway Date: Wed, 27 Sep 2023 17:16:45 +1000 Subject: [PATCH] fix mgmt_api/products (due to changes in https://github.com/superdesk/newsroom-core/pull/578) --- server/cp/mgmt_api/products.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/cp/mgmt_api/products.py b/server/cp/mgmt_api/products.py index 37cea42..9864756 100644 --- a/server/cp/mgmt_api/products.py +++ b/server/cp/mgmt_api/products.py @@ -1,4 +1,4 @@ -from newsroom.products import ProductsResource, ProductsService +from newsroom.products.products import ProductsResource, ProductsService import superdesk