Mercurial > p > roundup > code
comparison detectors/creator_resolution.py @ 4628:b3f46759b4d1
Remove keywords expansion from detectors/creator_resolution.py
| author | Thomas Arendsen Hein <thomas@intevation.de> |
|---|---|
| date | Wed, 16 May 2012 11:18:27 +0200 |
| parents | 6b32e9dac625 |
| children | 35ea9b1efc14 |
comparison
equal
deleted
inserted
replaced
| 4627:6b32e9dac625 | 4628:b3f46759b4d1 |
|---|---|
| 1 # This detector was written by richard@mechanicalcat.net and it's been | 1 # This detector was written by richard@mechanicalcat.net and it's been |
| 2 # placed in the Public Domain. Copy and modify to your heart's content. | 2 # placed in the Public Domain. Copy and modify to your heart's content. |
| 3 | |
| 4 #$Id: creator_resolution.py,v 1.2 2004-04-07 06:32:54 richard Exp $ | |
| 5 | 3 |
| 6 from roundup.exceptions import Reject | 4 from roundup.exceptions import Reject |
| 7 | 5 |
| 8 def creator_resolution(db, cl, nodeid, newvalues): | 6 def creator_resolution(db, cl, nodeid, newvalues): |
| 9 '''Catch attempts to set the status to "resolved" - if the assignedto | 7 '''Catch attempts to set the status to "resolved" - if the assignedto |
