[Python-checkins] CVS: python/dist/src setup.py,1.54,1.55

Greg Ward gward@users.sourceforge.net
Thu, 13 Sep 2001 08:05:10 -0700


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv11541

Modified Files:
	setup.py 
Log Message:
Comment tweak: point to Robin Dunn's pybsddb project on SourceForge.

Index: setup.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/setup.py,v
retrieving revision 1.54
retrieving revision 1.55
diff -C2 -d -r1.54 -r1.55
*** setup.py	2001/09/04 21:33:12	1.54
--- setup.py	2001/09/13 15:05:08	1.55
***************
*** 382,387 ****
          # and the subdirectory of PORT where you built it.
          #
!         # (See http://electricrain.com/greg/python/bsddb3/ for an interface to
!         # BSD DB 3.x.)
  
          dblib = []
--- 382,387 ----
          # and the subdirectory of PORT where you built it.
          #
!         # (See http://pybsddb.sourceforge.net/ for an interface to
!         # Berkeley DB 3.x.)
  
          dblib = []