diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-11-27 05:04:56 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-11-27 05:04:56 +0000 |
| commit | 1052305d3c35ff2f058396f49a9bcc275586146c (patch) | |
| tree | 4aa332c13a92800da348907654fc3e03d7ef0d50 /repoze | |
| parent | 906cc4f0b976840e7fc53ac659f36acf9f3d4486 (diff) | |
| download | pyramid-1052305d3c35ff2f058396f49a9bcc275586146c.tar.gz pyramid-1052305d3c35ff2f058396f49a9bcc275586146c.tar.bz2 pyramid-1052305d3c35ff2f058396f49a9bcc275586146c.zip | |
Rendering.
Diffstat (limited to 'repoze')
| -rw-r--r-- | repoze/bfg/testing.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repoze/bfg/testing.py b/repoze/bfg/testing.py index a3f70f262..38d32cbc0 100644 --- a/repoze/bfg/testing.py +++ b/repoze/bfg/testing.py @@ -570,7 +570,7 @@ def setUp(registry=None, request=None, hook_zca=True): repoze.bfg.threadlocal.get_current_registry)``, which will cause the :term:`Zope Component Architecture` global API (e.g. ``getSiteManager``, ``getAdapter``, and so on) to use the - registry constructed by ``setUp` as the value it returns from + registry constructed by ``setUp`` as the value it returns from ``zope.component.getSiteManager``. If ``zope.component`` cannot be imported, or if ``hook_zca`` is ``False``, the hook will not be set. |
