diff options
| author | Chris McDonough <chrism@plope.com> | 2011-09-24 12:29:56 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-09-24 12:29:56 -0400 |
| commit | 105cb1123ca93dd25f0a6a22aa0e7288155f404c (patch) | |
| tree | d099c5800a018524d33f785bfa2579c18cd1c4f1 | |
| parent | ff6c115215f147201db3e8dc33c03a9331a3c82b (diff) | |
| download | pyramid-105cb1123ca93dd25f0a6a22aa0e7288155f404c.tar.gz pyramid-105cb1123ca93dd25f0a6a22aa0e7288155f404c.tar.bz2 pyramid-105cb1123ca93dd25f0a6a22aa0e7288155f404c.zip | |
Revert "fix mako tests on py3"
This reverts commit ff6c115215f147201db3e8dc33c03a9331a3c82b.
| -rw-r--r-- | pyramid/tests/test_router.py | 1 |
1 files changed, 0 insertions, 1 deletions
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" |
