summaryrefslogtreecommitdiffstats
path: root/Lib/bsddb
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2007-09-09 20:25:00 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2007-09-09 20:25:00 (GMT)
commitf80578548d46dbe6dad87b8b8f1ac0002bf6aef8 (patch)
tree8c7394aa0ee3cdeb0f8dd688d5fc4d7c3fa3f1c1 /Lib/bsddb
parent9bc2dd6321aed7b123b573733df5ae67ae1e07b7 (diff)
downloadcpython-f80578548d46dbe6dad87b8b8f1ac0002bf6aef8.zip
cpython-f80578548d46dbe6dad87b8b8f1ac0002bf6aef8.tar.gz
cpython-f80578548d46dbe6dad87b8b8f1ac0002bf6aef8.tar.bz2
email address update
Diffstat (limited to 'Lib/bsddb')
-rw-r--r--Lib/bsddb/dbtables.py2
-rw-r--r--Lib/bsddb/dbutils.py2
-rw-r--r--Lib/bsddb/test/test_dbtables.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/Lib/bsddb/dbtables.py b/Lib/bsddb/dbtables.py
index 492d5fd..b83247a 100644
--- a/Lib/bsddb/dbtables.py
+++ b/Lib/bsddb/dbtables.py
@@ -10,7 +10,7 @@
# software has been tested, but no warranty is expressed or
# implied.
#
-# -- Gregory P. Smith <greg@electricrain.com>
+# -- Gregory P. Smith <greg@krypto.org>
# This provides a simple database table interface built on top of
# the Python BerkeleyDB 3 interface.
diff --git a/Lib/bsddb/dbutils.py b/Lib/bsddb/dbutils.py
index 6dcfdd5..9a2f010 100644
--- a/Lib/bsddb/dbutils.py
+++ b/Lib/bsddb/dbutils.py
@@ -9,7 +9,7 @@
# software has been tested, but no warranty is expressed or
# implied.
#
-# Author: Gregory P. Smith <greg@electricrain.com>
+# Author: Gregory P. Smith <greg@krypto.org>
#
# Note: I don't know how useful this is in reality since when a
# DBLockDeadlockError happens the current transaction is supposed to be
diff --git a/Lib/bsddb/test/test_dbtables.py b/Lib/bsddb/test/test_dbtables.py
index 7fbbf8b..6700543 100644
--- a/Lib/bsddb/test/test_dbtables.py
+++ b/Lib/bsddb/test/test_dbtables.py
@@ -16,7 +16,7 @@
# software has been tested, but no warranty is expressed or
# implied.
#
-# -- Gregory P. Smith <greg@electricrain.com>
+# -- Gregory P. Smith <greg@krypto.org>
#
# $Id$