From 5e13f53c94eef93c16cca431944d4a9a3c1848e9 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 9 Dec 2009 04:28:57 +0000 Subject: --- docs/narr/configuration.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/narr/configuration.rst b/docs/narr/configuration.rst index 7e6a3267e..54ebe182d 100644 --- a/docs/narr/configuration.rst +++ b/docs/narr/configuration.rst @@ -123,8 +123,9 @@ The above script defines the following set of imports: Like many other Python web frameworks, :mod:`repoze.bfg` uses the :term:`WSGI` protocol to connect an application and a web server together. The ``paste.httpserver`` server is used in this example as -a WSGI server, purely for convenience. :mod:`repoze.bfg` applications -can be served by any WSGI server. +a WSGI server, purely for convenience, as ``Paste`` is a dependency of +:mod:`repoze.bfg` itself; :mod:`repoze.bfg` applications can be served +by any WSGI server. The script also imports the ``Configurator`` class from the ``repoze.bfg.configuration`` module. This class is used to configure -- cgit v1.2.3