__init__.py 826 Bytes
Newer Older
1
##############################################################################
2 3 4
#
# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
# All Rights Reserved.
Guido van Rossum's avatar
Guido van Rossum committed
5
#
6 7 8 9 10 11
# 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
Guido van Rossum's avatar
Guido van Rossum committed
12
#
13
##############################################################################
14 15 16 17 18 19 20 21 22
"""ZEO -- Zope Enterprise Objects.

See the file README.txt in this directory for an overview.

ZEO's home on the web is

    http://www.zope.org/Products/ZEO/

"""
23

Jeremy Hylton's avatar
Jeremy Hylton committed
24
version = "2.1a1"