Skip to content

Commit

Permalink
Merge pull request #59 from plone/fix-deprecation
Browse files Browse the repository at this point in the history
rm deprection message: AccessControl.User has moved to AccessControl.users
  • Loading branch information
agitator authored Jan 28, 2021
2 parents 6b43fee + 0334735 commit 4cc79b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions news/59.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Fixes deprection message: `AccessControl.User has moved to AccessControl.users`.
[jensens]
2 changes: 1 addition & 1 deletion src/Products/PlonePAS/tools/groups.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
from AccessControl import ClassSecurityInfo
from AccessControl.User import nobody
from AccessControl.users import nobody
from AccessControl.requestmethod import postonly
from Acquisition import aq_base
from Acquisition import aq_inner
Expand Down

0 comments on commit 4cc79b6

Please sign in to comment.