diff options
| -rw-r--r-- | repoze/bfg/configuration.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/repoze/bfg/configuration.py b/repoze/bfg/configuration.py index 970edc71c..ea6f9aa54 100644 --- a/repoze/bfg/configuration.py +++ b/repoze/bfg/configuration.py @@ -88,6 +88,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. + If the ``package`` argument is passed, it must be a reference to a Python package (e.g. ``sys.modules['thepackage']``). This value is used as a basis to convert relative paths passed to various |
