Skip to content

Commit

Permalink
one less deprection message: AccessControl.User has moved to AccessCo…
Browse files Browse the repository at this point in the history
…ntrol.users
  • Loading branch information
jensens committed Jan 28, 2021
1 parent e988432 commit 0334735
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 0334735

Please sign in to comment.