summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/src/authentication
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2016-02-16 23:23:23 -0600
committerMichael Merickel <michael@merickel.org>2016-02-16 23:23:23 -0600
commitf2c43689b50152d55ddc98e8f56754ee61f9a8c7 (patch)
tree3bc85501956c0d49243e9eba4d9b6bc384e5a024 /docs/tutorials/wiki2/src/authentication
parent38b40761f1ba31773aca64ae600428516c98534c (diff)
downloadpyramid-f2c43689b50152d55ddc98e8f56754ee61f9a8c7.tar.gz
pyramid-f2c43689b50152d55ddc98e8f56754ee61f9a8c7.tar.bz2
pyramid-f2c43689b50152d55ddc98e8f56754ee61f9a8c7.zip
remove whitespace
Diffstat (limited to 'docs/tutorials/wiki2/src/authentication')
-rw-r--r--docs/tutorials/wiki2/src/authentication/tutorial/security.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/tutorials/wiki2/src/authentication/tutorial/security.py b/docs/tutorials/wiki2/src/authentication/tutorial/security.py
index 24035c8b9..8ea3858d2 100644
--- a/docs/tutorials/wiki2/src/authentication/tutorial/security.py
+++ b/docs/tutorials/wiki2/src/authentication/tutorial/security.py
@@ -22,7 +22,6 @@ def includeme(config):
settings['auth.secret'],
hashalg='sha512',
)
-
config.set_authentication_policy(authn_policy)
config.set_authorization_policy(ACLAuthorizationPolicy())
config.add_request_method(get_user, 'user', reify=True)