diff options
| author | Atsushi Odagiri <aodagx@gmail.com> | 2011-06-30 21:04:44 +0900 |
|---|---|---|
| committer | Atsushi Odagiri <aodagx@gmail.com> | 2011-07-03 03:12:04 +0900 |
| commit | da780fb9adbb5be06b8e2a115e04b0a533c90629 (patch) | |
| tree | 17b3210f4d4e20f33dc88f94dd3aa221877c8a6c | |
| parent | 5e0a198348ed0056fd5127b024bc4ec76cd84b70 (diff) | |
| download | pyramid-da780fb9adbb5be06b8e2a115e04b0a533c90629.tar.gz pyramid-da780fb9adbb5be06b8e2a115e04b0a533c90629.tar.bz2 pyramid-da780fb9adbb5be06b8e2a115e04b0a533c90629.zip | |
add test
| -rw-r--r-- | pyramid/tests/test_config.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
