Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 3394:5c7ff95fecad | 3396:8c113ca4a5fb |
|---|---|
| 1 # $Id: client.py,v 1.215 2005-07-18 01:32:04 richard Exp $ | 1 # $Id: client.py,v 1.216 2005-07-18 02:19:40 richard Exp $ |
| 2 | 2 |
| 3 """WWW request handler (also used in the stand-alone server). | 3 """WWW request handler (also used in the stand-alone server). |
| 4 """ | 4 """ |
| 5 __docformat__ = 'restructuredtext' | 5 __docformat__ = 'restructuredtext' |
| 6 | 6 |
| 9 import Cookie | 9 import Cookie |
| 10 | 10 |
| 11 from roundup import roundupdb, date, hyperdb, password | 11 from roundup import roundupdb, date, hyperdb, password |
| 12 from roundup.cgi import templating, cgitb, TranslationService | 12 from roundup.cgi import templating, cgitb, TranslationService |
| 13 from roundup.cgi.actions import * | 13 from roundup.cgi.actions import * |
| 14 from roundup.exceptions import * | |
| 14 from roundup.cgi.exceptions import * | 15 from roundup.cgi.exceptions import * |
| 15 from roundup.cgi.form_parser import FormParser | 16 from roundup.cgi.form_parser import FormParser |
| 16 from roundup.mailer import Mailer, MessageSendError | 17 from roundup.mailer import Mailer, MessageSendError |
| 17 | 18 |
| 18 def initialiseSecurity(security): | 19 def initialiseSecurity(security): |
