diff options
| author | Chris McDonough <chrism@plope.com> | 2010-11-05 03:11:15 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-11-05 03:11:15 -0400 |
| commit | 1040a4ceb9d4c5877d37327db78bf963cfa64dd8 (patch) | |
| tree | c5b454d8d3b57641ea0c2d3a7a0de9fdec6de689 | |
| parent | fecc12e7e7e7f9cc40faa0f819e5a17f529e310c (diff) | |
| download | pyramid-1040a4ceb9d4c5877d37327db78bf963cfa64dd8.tar.gz pyramid-1040a4ceb9d4c5877d37327db78bf963cfa64dd8.tar.bz2 pyramid-1040a4ceb9d4c5877d37327db78bf963cfa64dd8.zip | |
unused method
| -rw-r--r-- | pyramid/tests/test_zcml.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pyramid/tests/test_zcml.py b/pyramid/tests/test_zcml.py index 8a4bca258..0108f106e 100644 --- a/pyramid/tests/test_zcml.py +++ b/pyramid/tests/test_zcml.py @@ -1232,9 +1232,6 @@ class DummyContext: def path(self, path): return path - def resolve(self, dottedname): - return self.resolved - class Dummy: pass |
