Mercurial > p > roundup > code
comparison roundup/security.py @ 2005:fc52d57c6c3e
documentation cleanup
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 11 Feb 2004 23:55:10 +0000 |
| parents | c98d20ba4445 |
| children | 1df7d4a41da4 |
comparison
equal
deleted
inserted
replaced
| 2004:1782fe36e7b8 | 2005:fc52d57c6c3e |
|---|---|
| 1 """Handle the security declarations used in Roundup trackers. | |
| 2 """ | |
| 3 __docformat__ = 'restructuredtext' | |
| 4 | |
| 1 import weakref | 5 import weakref |
| 2 | 6 |
| 3 from roundup import hyperdb | 7 from roundup import hyperdb |
| 4 | 8 |
| 5 class Permission: | 9 class Permission: |
