]> granicus.if.org Git - python/commitdiff
Comment tweak: point to Robin Dunn's pybsddb project on SourceForge.
authorGreg Ward <gward@python.net>
Thu, 13 Sep 2001 15:05:08 +0000 (15:05 +0000)
committerGreg Ward <gward@python.net>
Thu, 13 Sep 2001 15:05:08 +0000 (15:05 +0000)
setup.py

index f2a5f554d9c62ba11a3b602d0666448424d8fcc4..912a03129581f526987c151e9da2830467fd3182 100644 (file)
--- 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'):