devtools/testlib.py
branchstable
changeset 4719 aaed3f813ef8
parent 4690 0cfb6b63f90b
child 4835 13b0b96d7982
child 4916 4b8cdda342ae
--- a/devtools/testlib.py	Fri Feb 26 13:12:01 2010 +0100
+++ b/devtools/testlib.py	Fri Feb 26 13:19:14 2010 +0100
@@ -474,7 +474,7 @@
         Redirect exception
         """
         try:
-            res = callback(req)
+            callback(req)
         except Redirect, ex:
             try:
                 path, params = ex.location.split('?', 1)