From f082cab69f7dd1c42e02748c400d0c7076e9489e Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 16 Jul 2008 21:32:56 +0000 Subject: Zero in on making docs render properly. --- repoze/bfg/router.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'repoze/bfg/router.py') diff --git a/repoze/bfg/router.py b/repoze/bfg/router.py index e9e0f175a..9dd590fc0 100644 --- a/repoze/bfg/router.py +++ b/repoze/bfg/router.py @@ -58,7 +58,8 @@ def make_app(root_policy, package=None, filename='configure.zcml'): application. 'root_policy' must be a callable that accepts an environ and returns a graph root object. 'package' is the dotted-Python-path packagename of the application, 'filename' is - the ZCML file that should be parsed to create the view registry.""" + the ZCML file (relative to the package path) that should be parsed + to create the view registry.""" from repoze.bfg.registry import makeRegistry registry = makeRegistry(filename, package) return Router(root_policy, registry) -- cgit v1.2.3