diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2007-09-09 20:17:22 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2007-09-09 20:17:22 (GMT) |
commit | c4119183a293a0be26cff1003f2c8a57c9049873 (patch) | |
tree | 2dc4b518fa4b359e922111af9f7d4ec5e3fd6fac /Lib | |
parent | b2c3a537cd89dd8f5f47ea991c6724295b2c06e5 (diff) | |
download | cpython-c4119183a293a0be26cff1003f2c8a57c9049873.zip cpython-c4119183a293a0be26cff1003f2c8a57c9049873.tar.gz cpython-c4119183a293a0be26cff1003f2c8a57c9049873.tar.bz2 |
email address update
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/test_hashlib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_hashlib.py b/Lib/test/test_hashlib.py index 56f4600..399e50b 100644 --- a/Lib/test/test_hashlib.py +++ b/Lib/test/test_hashlib.py @@ -2,7 +2,7 @@ # # $Id$ # -# Copyright (C) 2005 Gregory P. Smith (greg@electricrain.com) +# Copyright (C) 2005 Gregory P. Smith (greg@krypto.org) # Licensed to PSF under a Contributor Agreement. # |