From 9629dcfa579e5c78a285e26e42dcff2b1b2df8b7 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Mon, 6 Jan 2020 23:20:37 -0600 Subject: update authorization docs with new security policy --- docs/tutorials/wiki2/src/authentication/tutorial/views/default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/tutorials/wiki2/src/authentication') 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, -- cgit v1.2.3