Skip to content

Commit

Permalink
Merge c739146 into 7c2b57c
Browse files Browse the repository at this point in the history
  • Loading branch information
rbu committed Oct 2, 2018
2 parents 7c2b57c + c739146 commit 853961f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,9 @@
],
include_package_data=True,
zip_safe=False,
entry_points={
'zodbupdate.decode': [
'decodes = AccessControl:zodbupdate_decode_dict',
],
},
)
5 changes: 5 additions & 0 deletions src/AccessControl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,8 @@
allow_type(six.text_type, rules)

del six

zodbupdate_decode_dict = {
'AccessControl.users User name': 'utf-8',
'AccessControl.users User __': 'utf-8',
}

0 comments on commit 853961f

Please sign in to comment.