Changeset 844
- Timestamp:
- 03/10/03 00:58:16 (22 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/pykota/tool.py
r834 r844 15 15 # 16 16 # $Log$ 17 # Revision 1.26 2003/03/09 23:58:16 jalet 18 # Comment 19 # 17 20 # Revision 1.25 2003/03/07 22:56:14 jalet 18 21 # 0.99 is out with some bug fixes. … … 295 298 action = "DENY" 296 299 else : 297 # Both are unset, no quota 300 # Both are unset, no quota, i.e. accounting only 298 301 action = "ALLOW" 299 302 return action