[Zope-Checkins] CVS: Zope3/lib/python/Zope/Configuration - Action.py:1.1.2.1

Kapil k_vertigo@yahoo.com
Thu, 31 Jan 2002 19:20:13 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/Configuration
In directory cvs.zope.org:/tmp/cvs-serv16634

Added Files:
      Tag: Zope-3x-branch
	Action.py 
Log Message:
(sprint) utility functions for making configuration
directives implementations more readable



=== Added File Zope3/lib/python/Zope/Configuration/Action.py ===
##############################################################################
#
# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
# 
# This software is subject to the provisions of the Zope Public License,
# Version 2.0 (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
# 
##############################################################################
"""

Revision information: $Id: Action.py,v 1.1.2.1 2002/02/01 00:20:12 k_vertigo Exp $
"""

def Action( discriminator, callable, args=(), kw={}):
    return discriminator, callable, args, kw