From a2d22a0a3e55ce619805ced98f237833bffea616 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 23 Nov 2009 10:09:00 +0000 Subject: Warning. --- repoze/bfg/configuration.py | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3