From 105cb1123ca93dd25f0a6a22aa0e7288155f404c Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 24 Sep 2011 12:29:56 -0400 Subject: Revert "fix mako tests on py3" This reverts commit ff6c115215f147201db3e8dc33c03a9331a3c82b. --- pyramid/tests/test_router.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pyramid/tests/test_router.py b/pyramid/tests/test_router.py index ab4fc116b..7ba4d5722 100644 --- a/pyramid/tests/test_router.py +++ b/pyramid/tests/test_router.py @@ -653,7 +653,6 @@ class TestRouter(unittest.TestCase): self.assertEqual(request.matched_route.name, 'foo') self.assertEqual(len(logger.messages), 1) - import pdb; pdb.set_trace() self.assertTrue( logger.messages[0].startswith( "route matched for url http://localhost:8080" -- cgit v1.2.3