SVN: r22389 - trunk/quixote

Neil Schemenauer <nascheme-fVcApmY9cLvQ3/1i3zOLAti2O/[email protected]> Wed, 03 Sep 2003 11:45:21 -0400
Newsgroups gmane.comp.web.quixote.cvs
Message-ID <[email protected]>
Author: nascheme
Date: 2003-09-03 11:45:21 -0400 (Wed, 03 Sep 2003)
New Revision: 22389

Modified:
   trunk/quixote/util.py
Log:
Oops, Redirector needs a _q_index method too.


Modified: trunk/quixote/util.py
===================================================================
--- trunk/quixote/util.py	2003-09-03 15:40:47 UTC (rev 22388)
+++ trunk/quixote/util.py	2003-09-03 15:45:21 UTC (rev 22389)
@@ -255,3 +255,6 @@
 
     def __call__(self, request):
         return request.redirect(self.location, self.permanent)
+
+    def _q_index(self, request):
+        return request.redirect(self.location, self.permanent)