summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/src/views
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2020-01-06 23:20:37 -0600
committerMichael Merickel <michael@merickel.org>2020-01-06 23:32:05 -0600
commit9629dcfa579e5c78a285e26e42dcff2b1b2df8b7 (patch)
tree5ea3858bf4618ee0cb96098e62d4b6b929530f37 /docs/tutorials/wiki2/src/views
parentc4626765913de97fb6410f0fdb50a4c93a38bd5b (diff)
downloadpyramid-9629dcfa579e5c78a285e26e42dcff2b1b2df8b7.tar.gz
pyramid-9629dcfa579e5c78a285e26e42dcff2b1b2df8b7.tar.bz2
pyramid-9629dcfa579e5c78a285e26e42dcff2b1b2df8b7.zip
update authorization docs with new security policy
Diffstat (limited to 'docs/tutorials/wiki2/src/views')
-rw-r--r--docs/tutorials/wiki2/src/views/tutorial/views/default.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki2/src/views/tutorial/views/default.py b/docs/tutorials/wiki2/src/views/tutorial/views/default.py
index ab6f571ca..df0e4cb9e 100644
--- a/docs/tutorials/wiki2/src/views/tutorial/views/default.py
+++ b/docs/tutorials/wiki2/src/views/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 (
HTTPNotFound,
HTTPSeeOther,