Mercurial > p > roundup > code
diff roundup/cgi/client.py @ 3396:8c113ca4a5fb
fix
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 18 Jul 2005 02:19:40 +0000 |
| parents | 0c66acaea802 |
| children | 198fe87b0254 |
line wrap: on
line diff
--- a/roundup/cgi/client.py Mon Jul 18 01:47:22 2005 +0000 +++ b/roundup/cgi/client.py Mon Jul 18 02:19:40 2005 +0000 @@ -1,4 +1,4 @@ -# $Id: client.py,v 1.215 2005-07-18 01:32:04 richard Exp $ +# $Id: client.py,v 1.216 2005-07-18 02:19:40 richard Exp $ """WWW request handler (also used in the stand-alone server). """ @@ -11,6 +11,7 @@ from roundup import roundupdb, date, hyperdb, password from roundup.cgi import templating, cgitb, TranslationService from roundup.cgi.actions import * +from roundup.exceptions import * from roundup.cgi.exceptions import * from roundup.cgi.form_parser import FormParser from roundup.mailer import Mailer, MessageSendError
