From 2df6bee0cf734187b70f3362affc63d04809c581 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 5 Aug 2011 08:50:25 -0400 Subject: remove unused code --- pyramid/tests/test_util.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyramid/tests/test_util.py b/pyramid/tests/test_util.py index 8b6f47478..2dd2dbd7f 100644 --- a/pyramid/tests/test_util.py +++ b/pyramid/tests/test_util.py @@ -309,8 +309,5 @@ class TestCyclicDependencyError(unittest.TestCase): self.assertEqual(result, "'a' depends on ['c', 'd']; 'c' depends on ['a']") -def reraise(exc): - raise exc - class Dummy(object): pass -- cgit v1.2.3