From 6c4f1e1e048f6fce2abe735bb24efa7c8c22a5c7 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 19 Oct 2010 14:42:35 +0000 Subject: note dotted-name-acceptance --- repoze/bfg/configuration.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'repoze') diff --git a/repoze/bfg/configuration.py b/repoze/bfg/configuration.py index 77dbf28e5..88bdcba58 100644 --- a/repoze/bfg/configuration.py +++ b/repoze/bfg/configuration.py @@ -326,7 +326,9 @@ class Configurator(object): def with_package(self, package): """ Return a new Configurator instance with the same registry as this configurator using the package supplied as the - ``package`` argument to the new configurator.""" + ``package`` argument to the new configurator. ``package`` may + be an actual Python package object or a Python dotted name + representing a package.""" return self.__class__(registry=self.registry, package=package) def maybe_dotted(self, dotted): -- cgit v1.2.3