diff options
Diffstat (limited to 'repoze')
| -rw-r--r-- | repoze/bfg/configuration.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/repoze/bfg/configuration.py b/repoze/bfg/configuration.py index 356630d8a..a3ce9b1e0 100644 --- a/repoze/bfg/configuration.py +++ b/repoze/bfg/configuration.py @@ -87,8 +87,9 @@ class Configurator(object): used to add configuration to the registry. The overall state of a registry is called the 'configuration state'. - .. warning:: If a ``registry`` is passed to the Configurator, all - other arguments are ignored. + .. warning:: If a ``registry`` is passed to the Configurator + constructor, all other constructor arguments except ``package`` + are ignored. If the ``package`` argument is passed, it must be a reference to a Python package (e.g. ``sys.modules['thepackage']``). This value |
