From 8db6a62012ea707c5785fbfb565bd80aca685f04 Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Tue, 22 Jan 2013 23:24:22 +0200 Subject: rm redundant info; this is just a repeat of what is already displayed --- pyramid/config/__init__.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pyramid/config/__init__.py b/pyramid/config/__init__.py index 90bd89116..6a957901e 100644 --- a/pyramid/config/__init__.py +++ b/pyramid/config/__init__.py @@ -104,13 +104,6 @@ class Configurator( A Configurator is used to configure a :app:`Pyramid` :term:`application registry`. - The Configurator accepts a number of arguments: ``registry``, - ``package``, ``settings``, ``root_factory``, ``authentication_policy``, - ``authorization_policy``, ``renderers``, ``debug_logger``, - ``locale_negotiator``, ``request_factory``, ``renderer_globals_factory``, - ``default_permission``, ``session_factory``, ``default_view_mapper``, - ``autocommit``, ``exceptionresponse_view`` and ``route_prefix``. - If the ``registry`` argument is passed as a non-``None`` value, it must be an instance of the :class:`pyramid.registry.Registry` class representing the registry to configure. If ``registry`` is ``None``, the -- cgit v1.2.3