From b68f6c075311c69aea1f570fc1458f261ce87da4 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 23 Nov 2009 14:32:16 +0000 Subject: Flesh out configuration chapter. --- repoze/bfg/configuration.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'repoze') 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 -- cgit v1.2.3