summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2933bf4)
raw | patch | inline | side by side (parent: 2933bf4)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 4 Sep 2002 04:30:36 +0000 (04:30 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 4 Sep 2002 04:30:36 +0000 (04:30 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1058 57a73879-2fb5-44c3-a270-3262357dd7e2
doc/design.txt | patch | blob | history |
diff --git a/doc/design.txt b/doc/design.txt
index 2fd2ae9743d3c50183fe3b06d17760398d2caed5..1c7de7b144335cf4bd5739333372c7ad1f7e9aca 100644 (file)
--- a/doc/design.txt
+++ b/doc/design.txt
'rolename' is the name of the role to add permission to.
'''
-Modules such as ``cgi_client.py`` and ``mailgw.py`` define their own
-permissions like so (this example is ``cgi_client.py``)::
+Modules such as ``cgi/client.py`` and ``mailgw.py`` define their own
+permissions like so (this example is ``cgi/client.py``)::
def initialiseSecurity(security):
''' Create some Permissions and Roles on the security object