From: richard Date: Wed, 4 Sep 2002 04:30:36 +0000 (+0000) Subject: minor doc change for new cgi X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7b36f295e01d6caec03f62d6f7ce9777a63f97ff;p=roundup.git minor doc change for new cgi git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1058 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/doc/design.txt b/doc/design.txt index 2fd2ae9..1c7de7b 100644 --- a/doc/design.txt +++ b/doc/design.txt @@ -1485,8 +1485,8 @@ The security module defines:: '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