summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-11-05 03:11:15 -0400
committerChris McDonough <chrism@plope.com>2010-11-05 03:11:15 -0400
commit1040a4ceb9d4c5877d37327db78bf963cfa64dd8 (patch)
treec5b454d8d3b57641ea0c2d3a7a0de9fdec6de689
parentfecc12e7e7e7f9cc40faa0f819e5a17f529e310c (diff)
downloadpyramid-1040a4ceb9d4c5877d37327db78bf963cfa64dd8.tar.gz
pyramid-1040a4ceb9d4c5877d37327db78bf963cfa64dd8.tar.bz2
pyramid-1040a4ceb9d4c5877d37327db78bf963cfa64dd8.zip
unused method
-rw-r--r--pyramid/tests/test_zcml.py3
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