[Zodb-checkins] CVS: ZODB3/ZEO - __init__.py:1.12

Guido van Rossum guido@python.org
Tue, 1 Oct 2002 12:15:33 -0400


Update of /cvs-repository/ZODB3/ZEO
In directory cvs.zope.org:/tmp/cvs-serv8233

Modified Files:
	__init__.py 
Log Message:
Add a docstring with pointers to more docs.


=== ZODB3/ZEO/__init__.py 1.11 => 1.12 ===
--- ZODB3/ZEO/__init__.py:1.11	Thu Aug 29 12:31:17 2002
+++ ZODB3/ZEO/__init__.py	Tue Oct  1 12:15:33 2002
@@ -11,5 +11,14 @@
 # FOR A PARTICULAR PURPOSE
 #
 ##############################################################################
+"""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/
+
+"""
 
 version = "2.0b1"