[Zope3-checkins] CVS: Zope/lib/python/ZConfig/tests/library/thing - __init__.py:1.2.2.1

Fred L. Drake, Jr. fred at zope.com
Tue Oct 7 15:36:27 EDT 2003


Update of /cvs-repository/Zope/lib/python/ZConfig/tests/library/thing
In directory cvs.zope.org:/tmp/cvs-serv6557/tests/library/thing

Added Files:
      Tag: Zope-2_7-branch
	__init__.py 
Log Message:
Merge the ZConfig trunk to Zope 2.7.
This adds support for two approaches to schema extension.


=== Added File Zope/lib/python/ZConfig/tests/library/thing/__init__.py ===
##############################################################################
#
# Copyright (c) 2003 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.
#
##############################################################################
"""Example of a package that extends its __path__.

$Id: __init__.py,v 1.2.2.1 2003/10/07 19:36:25 fdrake Exp $
"""

import os

here = os.path.dirname(__file__)
__path__.append(os.path.join(here, "extras"))




More information about the Zope3-Checkins mailing list