summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTheron Luhn <theron@luhn.com>2019-12-15 09:15:12 -0800
committerTheron Luhn <theron@luhn.com>2019-12-15 09:18:50 -0800
commit7b74e97fd156bef6b8f347d7d38615d5bea6c967 (patch)
treec10f1df9f9cfcc4153a5d28040bbb1c08e6fc51f /src
parent8a93507edf5032334b597f47c4e520a2ef08b2d8 (diff)
downloadpyramid-7b74e97fd156bef6b8f347d7d38615d5bea6c967.tar.gz
pyramid-7b74e97fd156bef6b8f347d7d38615d5bea6c967.tar.bz2
pyramid-7b74e97fd156bef6b8f347d7d38615d5bea6c967.zip
Four spaces of indentation.
Diffstat (limited to 'src')
-rw-r--r--src/pyramid/config/testing.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/pyramid/config/testing.py b/src/pyramid/config/testing.py
index 2cde8fc59..58b239232 100644
--- a/src/pyramid/config/testing.py
+++ b/src/pyramid/config/testing.py
@@ -53,13 +53,14 @@ class TestingConfiguratorMixin(object):
:type forget_result: list
.. versionadded:: 1.4
- The ``remember_result`` argument.
+ The ``remember_result`` argument.
.. versionadded:: 1.4
- The ``forget_result`` argument.
+ The ``forget_result`` argument.
.. versionchanged:: 2.0
- Removed ``groupids`` argument and add `identity` argument.
+ Removed ``groupids`` argument and add `identity` argument.
+
"""
from pyramid.testing import DummySecurityPolicy