diff options
| -rw-r--r-- | CONTRIBUTORS.txt | 2 | ||||
| -rw-r--r-- | pyramid/tests/test_config.py | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 75f9e9166..f2195de70 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -131,6 +131,8 @@ Contributors - Malthe Borch, 2011/02/28 +- Carlos de la Guardia, 2011/03/29 + - Joel Bohman, 2011/04/16 - Juliusz Gonera, 2011/04/17 diff --git a/pyramid/tests/test_config.py b/pyramid/tests/test_config.py index f52d194b6..2bd24ac26 100644 --- a/pyramid/tests/test_config.py +++ b/pyramid/tests/test_config.py @@ -5049,7 +5049,7 @@ class DummyStaticURLInfo: class DummyCustomPredicate(object): def __init__(self): - self.__text__ = 'custom predicate' + self.__doc__ = 'custom predicate' def dummy_view(request): return 'OK' |
