Mercurial > p > roundup > code
diff roundup/templates/classic/interfaces.py @ 273:45e32247aa33
Pushed the base code for the extended schema CGI interface back...
...into the code cgi_client module so that future updates will be less
painful. Also removed a debugging print statement from cgi_client.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 09 Oct 2001 07:38:58 +0000 |
| parents | 18134bffab37 |
| children | c0ca7f35e0c5 |
line wrap: on
line diff
--- a/roundup/templates/classic/interfaces.py Tue Oct 09 07:32:07 2001 +0000 +++ b/roundup/templates/classic/interfaces.py Tue Oct 09 07:38:58 2001 +0000 @@ -15,15 +15,13 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: interfaces.py,v 1.6 2001-08-07 00:24:43 richard Exp $ - -import urlparse, os +# $Id: interfaces.py,v 1.7 2001-10-09 07:38:58 richard Exp $ import instance_config from roundup import cgi_client, mailgw class Client(cgi_client.Client): - ''' derives basic mail gateway implementation from the standard module, + ''' derives basic CGI implementation from the standard module, with any specific extensions ''' TEMPLATES = instance_config.TEMPLATES @@ -38,6 +36,9 @@ # # $Log: not supported by cvs2svn $ +# Revision 1.6 2001/08/07 00:24:43 richard +# stupid typo +# # Revision 1.5 2001/08/07 00:15:51 richard # Added the copyright/license notice to (nearly) all files at request of # Bizar Software.
