~sidnei/zope3/ztk-1.1

« back to all changes in this revision

Viewing changes to src/zope/security/decorator.py

  • Committer: Sidnei da Silva
  • Date: 2011-04-08 22:10:13 UTC
  • Revision ID: sidnei.da.silva@canonical.com-20110408221013-lrjto3qdiupekwdc
- Upgrade to ztk 1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
##############################################################################
2
2
#
3
 
# Copyright (c) 2003 Zope Corporation and Contributors.
 
3
# Copyright (c) 2003 Zope Foundation and Contributors.
4
4
# All Rights Reserved.
5
5
#
6
6
# This software is subject to the provisions of the Zope Public License,
15
15
 
16
16
Decorators are proxies that are mostly transparent but that may provide
17
17
additional features.
18
 
 
19
 
$Id: decorator.py 98289 2009-03-20 19:17:08Z alga $
20
18
"""
21
19
__docformat__ = "reStructuredText"
22
20