diff options
| author | Chris McDonough <chrism@plope.com> | 2011-08-05 08:50:25 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-08-05 08:50:25 -0400 |
| commit | 2df6bee0cf734187b70f3362affc63d04809c581 (patch) | |
| tree | b5bb259a55e7621eed44a2c4e9f4aecfa76246c3 | |
| parent | 654a67df97623eb1890999584f0cc0299fa1944c (diff) | |
| download | pyramid-2df6bee0cf734187b70f3362affc63d04809c581.tar.gz pyramid-2df6bee0cf734187b70f3362affc63d04809c581.tar.bz2 pyramid-2df6bee0cf734187b70f3362affc63d04809c581.zip | |
remove unused code
| -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 |
