Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

Commit

Permalink
Changed list in permissions to tuple. nit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed Mar 25, 1999
1 parent ea9d510 commit ebf4198
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Draft.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ class Draft(Persistent, Implicit, SimpleItem.Item):

__ac_permissions__=(
('Approve draft changes',
['manage_approve__draft__',
'manage_Save__draft__','manage_Discard__draft__']
('manage_approve__draft__',
'manage_Save__draft__','manage_Discard__draft__')
),
)

Expand Down

0 comments on commit ebf4198

Please sign in to comment.