Zope Subversion Repository

  Zope

Zope: zope.security/trunk/src/zope/security/__init__.py

File: [Zope] / zope.security / trunk / src / zope / security / __init__.py (download) (as text)
Revision: 121007, Thu Mar 17 15:39:00 2011 UTC (2 years, 2 months ago) by menesis
File size: 772 byte(s)
Fix ZPL version in file headers
##############################################################################
#
# Copyright (c) 2004 Zope Foundation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
"""Base security system

"""
from zope.security.management import checkPermission
from zope.security.checker import canWrite, canAccess

webmaster@zope.org

Powered by ViewCVS 1.0-dev
(Powered by Apache)

ViewCVS and CVS Help