File: Permissions.py

package info (click to toggle)
zope-docfindereverywhere 0.4.1-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 184 kB
  • ctags: 168
  • sloc: python: 814; sh: 70; makefile: 40
file content (12 lines) | stat: -rw-r--r-- 302 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# DocFinderEverywhere 0.4.1
# (c) 2001-2002, Stefan H. Holek, stefan@epy.co.at
# http://www.zope.org/Members/shh/
# License: ZPL
# Zope: 2.3.3 or higher

__doc__ = 'Add a Doc tab to all Zope objects'
__version__ = '0.4.1'

ViewDocPermission = 'View documentation'
ViewDocDefaultRoles = ('Manager',)