Changeset 103 for trunk/trac/sample-plugins
- Timestamp:
- 05/01/08 21:46:48 (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/trac/sample-plugins/permissions/authz_policy.py
r46 r103 1 1 # -*- coding: utf-8 -*- 2 2 # 3 # Copyright (C) 2007 Edgewall Software3 # Copyright (C) 2007-2008 Edgewall Software 4 4 # Copyright (C) 2007 Alec Thomas <alec@swapoff.org> 5 5 # All rights reserved. … … 15 15 # Author: Alec Thomas <alec@swapoff.org> 16 16 17 revision = "$Rev: 2$"17 revision = "$Rev: 155 $" 18 18 url = "$URL: /mirror/sample-plugins/permissions/authz_policy.py $" 19 19