diff options
| author | Michael Merickel <michael@merickel.org> | 2020-01-06 23:20:37 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2020-01-06 23:32:05 -0600 |
| commit | 9629dcfa579e5c78a285e26e42dcff2b1b2df8b7 (patch) | |
| tree | 5ea3858bf4618ee0cb96098e62d4b6b929530f37 /docs/tutorials/wiki2/src/authentication | |
| parent | c4626765913de97fb6410f0fdb50a4c93a38bd5b (diff) | |
| download | pyramid-9629dcfa579e5c78a285e26e42dcff2b1b2df8b7.tar.gz pyramid-9629dcfa579e5c78a285e26e42dcff2b1b2df8b7.tar.bz2 pyramid-9629dcfa579e5c78a285e26e42dcff2b1b2df8b7.zip | |
update authorization docs with new security policy
Diffstat (limited to 'docs/tutorials/wiki2/src/authentication')
| -rw-r--r-- | docs/tutorials/wiki2/src/authentication/tutorial/views/default.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki2/src/authentication/tutorial/views/default.py b/docs/tutorials/wiki2/src/authentication/tutorial/views/default.py index ebb49ef49..378ce0ae9 100644 --- a/docs/tutorials/wiki2/src/authentication/tutorial/views/default.py +++ b/docs/tutorials/wiki2/src/authentication/tutorial/views/default.py @@ -1,5 +1,5 @@ -from html import escape from docutils.core import publish_parts +from html import escape from pyramid.httpexceptions import ( HTTPForbidden, HTTPNotFound, |
