summaryrefslogtreecommitdiffstats
path: root/Modules/shamodule.c
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2002-10-30 21:08:34 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2002-10-30 21:08:34 (GMT)
commit3adefccdcb26ca547e26184018b55e4243a568b1 (patch)
tree17a8df4aa05cf5e082bcb67cce5813ce3f40ba05 /Modules/shamodule.c
parent0e2e687ba06eb30693dac16ba3e7deb4e9475a2e (diff)
downloadcpython-3adefccdcb26ca547e26184018b55e4243a568b1.zip
cpython-3adefccdcb26ca547e26184018b55e4243a568b1.tar.gz
cpython-3adefccdcb26ca547e26184018b55e4243a568b1.tar.bz2
Use personal e-mail address
Diffstat (limited to 'Modules/shamodule.c')
-rw-r--r--Modules/shamodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/shamodule.c b/Modules/shamodule.c
index 5b9040d..1b3b76a 100644
--- a/Modules/shamodule.c
+++ b/Modules/shamodule.c
@@ -5,7 +5,7 @@
/* See below for information about the original code this module was
based upon. Additional work performed by:
- Andrew Kuchling (akuchlin@mems-exchange.org)
+ Andrew Kuchling (amk@amk.ca)
Greg Stein (gstein@lyra.org)
*/