diff roundup/cgi/client.py @ 3397:35d1176f004d maint-0.8

merge from HEAD
author Richard Jones <richard@users.sourceforge.net>
date Mon, 18 Jul 2005 02:20:13 +0000
parents 213d9c6e29c6
children d92844be9612
line wrap: on
line diff
--- a/roundup/cgi/client.py	Mon Jul 18 01:47:53 2005 +0000
+++ b/roundup/cgi/client.py	Mon Jul 18 02:20:13 2005 +0000
@@ -1,4 +1,4 @@
-# $Id: client.py,v 1.211.2.3 2005-07-18 01:33:49 richard Exp $
+# $Id: client.py,v 1.211.2.4 2005-07-18 02:20:13 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

Roundup Issue Tracker: http://roundup-tracker.org/