[Zope-CVS] CVS: Products/Ape/lib/apelib - __init__.py:1.1

Shane Hathaway shane@zope.com
Wed, 9 Apr 2003 23:09:55 -0400


Update of /cvs-repository/Products/Ape/lib/apelib
In directory cvs.zope.org:/tmp/cvs-serv32010/lib/apelib

Added Files:
	__init__.py 
Log Message:
Moved apelib into a "lib" subdirectory.  This simplified the
Python hacking required to make apelib a top-level package.  Sorry
about the flood of checkins, but CVS makes a move like this quite painful.


=== Added File Products/Ape/lib/apelib/__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.
#
##############################################################################
"""Apelib: Adaptable Persistence Library

Pattern names derived from Martin Fowler's Enterprise Application
Architecture book.

http://www.martinfowler.com/eaaCatalog/

$Id: __init__.py,v 1.1 2003/04/10 03:09:54 shane Exp $
"""