We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b436069 commit e58abe4Copy full SHA for e58abe4
roundup/cgi/client.py
@@ -1,4 +1,4 @@
1
-# $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 $
2
3
"""WWW request handler (also used in the stand-alone server).
4
"""
@@ -11,6 +11,7 @@
11
from roundup import roundupdb, date, hyperdb, password
12
from roundup.cgi import templating, cgitb, TranslationService
13
from roundup.cgi.actions import *
14
+from roundup.exceptions import *
15
from roundup.cgi.exceptions import *
16
from roundup.cgi.form_parser import FormParser
17
from roundup.mailer import Mailer, MessageSendError
0 commit comments