diff options
| -rw-r--r-- | pyramid/tests/test_util.py | 3 |
1 files changed, 0 insertions, 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 |
