Skip to content

Commit

Permalink
Fix pull request: Fix startup issues in python3
Browse files Browse the repository at this point in the history
  • Loading branch information
pabo3000 authored and jensens committed Sep 14, 2018
1 parent 348287c commit 08a3671
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Products/PlonePAS/tools/groupdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -514,15 +514,9 @@ def canWriteProperty(self, prop_name):
break # shadowed by read-only
return 0

<<<<<<< HEAD
canAddToGroup = MemberData.canAddToGroup.__func__
canRemoveFromGroup = MemberData.canRemoveFromGroup.__func__
canAssignRole = MemberData.canAssignRole.__func__
=======
canAddToGroup = MemberData.canAddToGroup
canRemoveFromGroup = MemberData.canRemoveFromGroup
canAssignRole = MemberData.canAssignRole
>>>>>>> fix startup in python3

# plugin getters

Expand Down

0 comments on commit 08a3671

Please sign in to comment.