euphorie / Euphorie

Euphorie is a tool for risk assessment
https://pythonhosted.org/Euphorie/
GNU General Public License v2.0
11 stars 6 forks source link

Remove an obsolete traverser that was shadowing the plone.restapi traverser #732

Closed ale-rt closed 1 month ago

ale-rt commented 1 month ago

The class SitePublishTraverser is not use in:

Since the custom Euphorie api was removed, this adapter was doing nothing except masking other custom adapters.

Removing it will allow the plone.restapi traverser to be effective.

It should not break removing it without a deprecation.