[Zope-Checkins] CVS: ZODB3/ZConfig/tests/library/thing - __init__.py:1.2.24.1

Jeremy Hylton jeremy at zope.com
Tue Dec 23 14:06:05 EST 2003


Update of /cvs-repository/ZODB3/ZConfig/tests/library/thing
In directory cvs.zope.org:/tmp/cvs-serv26665/ZConfig/tests/library/thing

Added Files:
      Tag: ZODB3-mvcc-2-branch
	__init__.py 
Log Message:
Merge the head to the mvcc branch.

This merge should be the final preparation for merging the branch to
the trunk.


=== Added File ZODB3/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.24.1 2003/12/23 19:05:59 jeremy Exp $
"""

import os

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




More information about the Zope-Checkins mailing list