[Zodb-checkins] CVS: ZODB3/bsddb3Storage - setup.py:1.10

Barry Warsaw barry@wooz.org
Mon, 11 Nov 2002 17:15:16 -0500


Update of /cvs-repository/ZODB3/bsddb3Storage
In directory cvs.zope.org:/tmp/cvs-serv30716

Modified Files:
	setup.py 
Log Message:
Mnor updates


=== ZODB3/bsddb3Storage/setup.py 1.9 => 1.10 ===
--- ZODB3/bsddb3Storage/setup.py:1.9	Sat Nov  9 00:32:37 2002
+++ ZODB3/bsddb3Storage/setup.py	Mon Nov 11 17:15:16 2002
@@ -1,9 +1,9 @@
 #! /usr/bin/env python
 
 # Standard distutils setup.py install script for the `bsddb3Storage' package,
-# an implementation of the ZODB storage interface using Sleepycat Berkeley
-# DB.  To install into your existing Python distribution, run the following at
-# the command line:
+# containing several implementations of the ZODB storage interface using
+# Sleepycat Berkeley DB.  To install into your existing Python distribution,
+# run the following at the command line:
 #
 # % python setup.py install