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

Commit

Permalink
Got rid of obsolete draft folder reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed Mar 25, 1999
1 parent 3fc301e commit ea9d510
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions __init__.py
Expand Up @@ -83,8 +83,8 @@
#
##############################################################################
__doc__='''Base Principia
$Id: __init__.py,v 1.24 1999/03/22 17:06:36 jim Exp $'''
__version__='$Revision: 1.24 $'[11:-2]
$Id: __init__.py,v 1.25 1999/03/25 00:02:35 jim Exp $'''
__version__='$Revision: 1.25 $'[11:-2]

import Version, Draft
import OFS.Image, OFS.Folder, AccessControl.User
Expand Down Expand Up @@ -161,7 +161,5 @@
('Join/leave Versions', ()),
('Save/discard Version changes', ()),
('Manage users', ()),
#('Add DraftFolders',
# ('manage_addDraftFolderForm', 'manage_addDraftFolder')),
)
)

0 comments on commit ea9d510

Please sign in to comment.