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

Commit

Permalink
Updated permissions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed May 21, 1998
1 parent 1a0f775 commit 76f37a4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions __init__.py
Expand Up @@ -8,8 +8,8 @@
#
##############################################################################
__doc__='''Base Principia
$Id: __init__.py,v 1.14 1998/05/20 22:07:41 jim Exp $'''
__version__='$Revision: 1.14 $'[11:-2]
$Id: __init__.py,v 1.15 1998/05/21 13:52:23 jim Exp $'''
__version__='$Revision: 1.15 $'[11:-2]

import Session, DraftFolder
from ImageFile import ImageFile
Expand Down Expand Up @@ -78,13 +78,17 @@ def PUT(self):
('Change Sessions', ()),
('Join/leave Sessions', ()),
('Save/discard Session changes', ()),
('Manage users', ()),
#('Add DraftFolders',
# ('manage_addDraftFolderForm', 'manage_addDraftFolder')),
)

##############################################################################
#
# $Log: __init__.py,v $
# Revision 1.15 1998/05/21 13:52:23 jim
# Updated permissions.
#
# Revision 1.14 1998/05/20 22:07:41 jim
# Updated permissions.
#
Expand Down

0 comments on commit 76f37a4

Please sign in to comment.