diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2007-09-09 20:25:00 +0000 |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2007-09-09 20:25:00 +0000 |
commit | f80578548d46dbe6dad87b8b8f1ac0002bf6aef8 (patch) | |
tree | 8c7394aa0ee3cdeb0f8dd688d5fc4d7c3fa3f1c1 /Lib/bsddb/dbtables.py | |
parent | 9bc2dd6321aed7b123b573733df5ae67ae1e07b7 (diff) | |
download | cpython-git-f80578548d46dbe6dad87b8b8f1ac0002bf6aef8.tar.gz |
email address update
Diffstat (limited to 'Lib/bsddb/dbtables.py')
-rw-r--r-- | Lib/bsddb/dbtables.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/bsddb/dbtables.py b/Lib/bsddb/dbtables.py index 492d5fdfac..b83247aefd 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. |