plone / Products.PlonePAS

User and group implementation for the Plone CMS and Zope PluggableAuthService
6 stars 21 forks source link

rm deprection message: AccessControl.User has moved to AccessControl.users #59

Closed jensens closed 3 years ago

jensens commented 3 years ago

fix

DeprecationWarning: nobody is deprecated. The functionality of AccessControl.User has moved to AccessControl.users. Please import from there. This backward compatibility shim will be removed in AccessControl version 6.
  from AccessControl.User import nobody
mister-roboto commented 3 years ago

@jensens thanks for creating this Pull Request and help improve Plone!

To ensure that these changes do not break other parts of Plone, the Plone test suite matrix needs to pass.

Whenever you feel that the pull request is ready to be tested, either start all jenkins jobs pull requests by yourself, or simply add a comment in this pull request stating:

@jenkins-plone-org please run jobs

With this simple comment all the jobs will be started automatically.

Happy hacking!