From b5118f9cac5d0c7c6db2a8db469dcaa8e1801667 Mon Sep 17 00:00:00 2001 From: Johannes Raggam Date: Thu, 23 Dec 2021 01:00:02 +0100 Subject: [PATCH] TMP - Fixes test setup for yet unknown reason. --- Products/CMFPlone/exportimport/configure.zcml | 8 + .../CMFPlone/resources/browser/combine.py | 154 ++++++++++++++++++ .../resources/exportimport/__init__.py | 0 .../resources/exportimport/bundles.py | 33 ++++ 4 files changed, 195 insertions(+) create mode 100644 Products/CMFPlone/resources/exportimport/__init__.py create mode 100644 Products/CMFPlone/resources/exportimport/bundles.py diff --git a/Products/CMFPlone/exportimport/configure.zcml b/Products/CMFPlone/exportimport/configure.zcml index b3a1ada1ba..3607947997 100644 --- a/Products/CMFPlone/exportimport/configure.zcml +++ b/Products/CMFPlone/exportimport/configure.zcml @@ -76,6 +76,14 @@ description="Import CMFDiffTool settings"> + + + +