diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-01-22 23:24:22 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-01-22 23:24:22 +0200 |
| commit | 8db6a62012ea707c5785fbfb565bd80aca685f04 (patch) | |
| tree | e2a30a9081f23a17690c096bd361afed800a68a8 | |
| parent | f9bb5acdef3322e549512ad721b2c351c0064e71 (diff) | |
| download | pyramid-8db6a62012ea707c5785fbfb565bd80aca685f04.tar.gz pyramid-8db6a62012ea707c5785fbfb565bd80aca685f04.tar.bz2 pyramid-8db6a62012ea707c5785fbfb565bd80aca685f04.zip | |
rm redundant info; this is just a repeat of what is already displayed
| -rw-r--r-- | pyramid/config/__init__.py | 7 |
1 files changed, 0 insertions, 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 |
