summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--memcache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/memcache.py b/memcache.py
index 80c87d6..353c4ca 100644
--- a/memcache.py
+++ b/memcache.py
@@ -80,7 +80,7 @@ valid_key_chars_re = re.compile(b'[\x21-\x7e\x80-\xff]+$')
# Original author: Evan Martin of Danga Interactive
-__author__ = "Sean Reifschneider <jafo-memcached@tummy.com>"
+__author__ = "Sean Reifschneider <jafo00@gmail.com>"
__version__ = "1.58"
__copyright__ = "Copyright (C) 2003 Danga Interactive"
# http://en.wikipedia.org/wiki/Python_Software_Foundation_License