summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 31c6168)
raw | patch | inline | side by side (parent: 31c6168)
author | jlgijsbers <jlgijsbers@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 8 Sep 2003 21:08:18 +0000 (21:08 +0000) | ||
committer | jlgijsbers <jlgijsbers@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 8 Sep 2003 21:08:18 +0000 (21:08 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1869 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/cgi/client.py | patch | blob | history |
diff --git a/roundup/cgi/client.py b/roundup/cgi/client.py
index 98f772ee6bb1ed4d5dad78589e9aedc3d8ae6c12..306a3798e266d2e96851c33603366c6d143392c1 100644 (file)
--- a/roundup/cgi/client.py
+++ b/roundup/cgi/client.py
-# $Id: client.py,v 1.137 2003-09-08 21:07:29 jlgijsbers Exp $
+# $Id: client.py,v 1.138 2003-09-08 21:08:18 jlgijsbers Exp $
__doc__ = """
WWW request handler (also used in the stand-alone server).
try:
self.mailer.standard_message(to, subject, body, author)
return 1
- except MessageSendException, e:
+ except MessageSendError, e:
self.error_message.append(str(e))
def registerPermission(self, props):