Mercurial > p > roundup > code
changeset 1039:42924a2fcacf
minor doc change for new cgi
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 04 Sep 2002 04:30:36 +0000 |
| parents | a8101aa90814 |
| children | 4316d1432db4 |
| files | doc/design.txt |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/design.txt Wed Sep 04 04:30:18 2002 +0000 +++ b/doc/design.txt Wed Sep 04 04:30:36 2002 +0000 @@ -1485,8 +1485,8 @@ '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
