diff roundup/cgi/templating.py @ 3736:a2d22d0de0bc

WSGI support via roundup.cgi.wsgi_handler
author Richard Jones <richard@users.sourceforge.net>
date Thu, 09 Nov 2006 00:36:21 +0000
parents 2862cb0d9be4
children 567227803c75
line wrap: on
line diff
--- a/roundup/cgi/templating.py	Fri Nov 03 05:43:00 2006 +0000
+++ b/roundup/cgi/templating.py	Thu Nov 09 00:36:21 2006 +0000
@@ -2119,7 +2119,7 @@
     - "search_text" text to perform a full-text search on for an index
     '''
     def __repr__(self):
-        return '<HTMLRequest %r>'%self.form
+        return '<HTMLRequest %r>'%self.__dict__
 
     def __init__(self, client):
         # _client is needed by HTMLInputMixin

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