[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/ZMI - StandardMacros.py:1.1.2.1
Andreas Jung
andreas@digicool.com
Thu, 10 Jan 2002 17:00:04 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/ZMI
In directory cvs.zope.org:/tmp/cvs-serv21420/lib/python/Zope/App/ZMI
Added Files:
Tag: Zope-3x-branch
StandardMacros.py
Log Message:
initial ZMI standard macros :-)
=== Added File Zope3/lib/python/Zope/App/ZMI/StandardMacros.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: StandardMacros.py,v 1.1.2.1 2002/01/10 22:00:01 andreasjung Exp $
"""
from Zope.PageTemplate import SimpleViewClass
StandardMacros = SimpleViewClass('www/standard_macros.pt')