Skip to content

Commit

Permalink
rename _simple_whitelist to _simple__whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
pbauer committed Jun 15, 2019
1 parent 5d04678 commit 6c11344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Products/Five/browser/metaconfigure.py
Expand Up @@ -165,7 +165,7 @@ def page(_context, name, permission, for_=Interface,

_handle_for(_context, for_)
expected = [attribute, 'browserDefault', '__call__', 'publishTraverse']
new_class._simple_whitelist = set(required) - set(expected)
new_class._simple__whitelist = set(required) - set(expected)

_configure_z2security(_context, new_class, required)

Expand Down

0 comments on commit 6c11344

Please sign in to comment.