From da780fb9adbb5be06b8e2a115e04b0a533c90629 Mon Sep 17 00:00:00 2001 From: Atsushi Odagiri Date: Thu, 30 Jun 2011 21:04:44 +0900 Subject: add test --- pyramid/tests/test_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyramid/tests/test_config.py b/pyramid/tests/test_config.py index 706170dcb..07d44f176 100644 --- a/pyramid/tests/test_config.py +++ b/pyramid/tests/test_config.py @@ -5326,4 +5326,4 @@ class DummyRegistry(object): def registerAdapter(self, *arg, **kw): self.adapters.append((arg, kw)) def queryAdapter(self, *arg, **kw): - return self.adaptation \ No newline at end of file + return self.adaptation -- cgit v1.2.3