From e92d22a1ab6db98dd2f1fb6154df79c25193502a Mon Sep 17 00:00:00 2001 From: "Jens W. Klein" Date: Thu, 2 May 2024 17:25:25 +0200 Subject: [PATCH] Remove long outdatd Plone 5 deprecations --- news/366.bugfix | 1 + plone/app/layout/dashboard/__init__.py | 0 plone/app/layout/dashboard/dashboard.py | 4 ---- plone/app/layout/dashboard/user_actions.py | 4 ---- 4 files changed, 1 insertion(+), 8 deletions(-) create mode 100644 news/366.bugfix delete mode 100644 plone/app/layout/dashboard/__init__.py delete mode 100644 plone/app/layout/dashboard/dashboard.py delete mode 100644 plone/app/layout/dashboard/user_actions.py diff --git a/news/366.bugfix b/news/366.bugfix new file mode 100644 index 00000000..17e3ca38 --- /dev/null +++ b/news/366.bugfix @@ -0,0 +1 @@ +Remove long outdated (Plone 5) deprecation `moved` for `dashboard` [@jensens] \ No newline at end of file diff --git a/plone/app/layout/dashboard/__init__.py b/plone/app/layout/dashboard/__init__.py deleted file mode 100644 index e69de29b..00000000 diff --git a/plone/app/layout/dashboard/dashboard.py b/plone/app/layout/dashboard/dashboard.py deleted file mode 100644 index 6ada84e7..00000000 --- a/plone/app/layout/dashboard/dashboard.py +++ /dev/null @@ -1,4 +0,0 @@ -from zope.deprecation import moved - - -moved("plone.app.portlets.dashboard.dashboard", "Version 5.0") diff --git a/plone/app/layout/dashboard/user_actions.py b/plone/app/layout/dashboard/user_actions.py deleted file mode 100644 index 0edf7112..00000000 --- a/plone/app/layout/dashboard/user_actions.py +++ /dev/null @@ -1,4 +0,0 @@ -from zope.deprecation import moved - - -moved("plone.app.portlets.dashboard.user_actions", "Version 5.0")