diff options
| author | Chris McDonough <chrism@plope.com> | 2013-08-30 00:26:32 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-08-30 00:26:32 -0400 |
| commit | 097b4915f490bad988333a69377944e0b64a65f5 (patch) | |
| tree | f476fad140c13a50fc0ebbaa2ae16296aed223c4 | |
| parent | 8c5ccaf633240b397a1a6d18c02d6c6fce26b8c9 (diff) | |
| download | pyramid-097b4915f490bad988333a69377944e0b64a65f5.tar.gz pyramid-097b4915f490bad988333a69377944e0b64a65f5.tar.bz2 pyramid-097b4915f490bad988333a69377944e0b64a65f5.zip | |
unused code
| -rw-r--r-- | pyramid/tests/test_request.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyramid/tests/test_request.py b/pyramid/tests/test_request.py index 4f1c23e7b..565c6377e 100644 --- a/pyramid/tests/test_request.py +++ b/pyramid/tests/test_request.py @@ -594,7 +594,6 @@ class DummyRoutesMapper: class DummyRoute: pregenerator = None - remainder_name = None def __init__(self, result='/1/2/3'): self.result = result |
