From b3b7132a8c2964bf3638f0be23dcf87dca737877 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 4 Nov 2010 02:20:15 -0400 Subject: - The ZODB Wiki tutorial was updated to take into account changes to the ``pyramid_zodb`` paster template. --- docs/tutorials/wiki/authorization.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/tutorials/wiki/authorization.rst') diff --git a/docs/tutorials/wiki/authorization.rst b/docs/tutorials/wiki/authorization.rst index 189401a45..e63a610c2 100644 --- a/docs/tutorials/wiki/authorization.rst +++ b/docs/tutorials/wiki/authorization.rst @@ -51,7 +51,7 @@ Adding ``security.py`` ~~~~~~~~~~~~~~~~~~~~~~ Add a ``security.py`` module within your package (in the same -directory as ``run.py``, ``views.py``, etc) with the following +directory as ``__init__.py``, ``views.py``, etc) with the following content: .. literalinclude:: src/authorization/tutorial/security.py -- cgit v1.2.3