From: Greg Ward Date: Thu, 13 Sep 2001 15:05:08 +0000 (+0000) Subject: Comment tweak: point to Robin Dunn's pybsddb project on SourceForge. X-Git-Tag: v2.2.1c1~1819 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=02fac83ba173330fda5237fceb517b8c67110015;p=python Comment tweak: point to Robin Dunn's pybsddb project on SourceForge. --- diff --git a/setup.py b/setup.py index f2a5f554d9..912a031295 100644 --- a/setup.py +++ b/setup.py @@ -381,8 +381,8 @@ class PyBuildExt(build_ext): # Edit the variables DB and DBPORT to point to the db top directory # and the subdirectory of PORT where you built it. # - # (See http://electricrain.com/greg/python/bsddb3/ for an interface to - # BSD DB 3.x.) + # (See http://pybsddb.sourceforge.net/ for an interface to + # Berkeley DB 3.x.) dblib = [] if self.compiler.find_library_file(lib_dirs, 'db-3.1'):