Skip to content

Commit e58abe4

Browse files
author
Richard Jones
committed
merge from HEAD
1 parent b436069 commit e58abe4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

roundup/cgi/client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Id: client.py,v 1.211.2.3 2005-07-18 01:33:49 richard Exp $
1+
# $Id: client.py,v 1.211.2.4 2005-07-18 02:20:13 richard Exp $
22

33
"""WWW request handler (also used in the stand-alone server).
44
"""
@@ -11,6 +11,7 @@
1111
from roundup import roundupdb, date, hyperdb, password
1212
from roundup.cgi import templating, cgitb, TranslationService
1313
from roundup.cgi.actions import *
14+
from roundup.exceptions import *
1415
from roundup.cgi.exceptions import *
1516
from roundup.cgi.form_parser import FormParser
1617
from roundup.mailer import Mailer, MessageSendError

0 commit comments

Comments
 (0)