Mercurial > p > roundup > code
diff 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 |
line wrap: on
line diff
--- a/detectors/creator_resolution.py Wed May 16 11:17:03 2012 +0200 +++ b/detectors/creator_resolution.py Wed May 16 11:18:27 2012 +0200 @@ -1,8 +1,6 @@ # This detector was written by richard@mechanicalcat.net and it's been # placed in the Public Domain. Copy and modify to your heart's content. -#$Id: creator_resolution.py,v 1.2 2004-04-07 06:32:54 richard Exp $ - from roundup.exceptions import Reject def creator_resolution(db, cl, nodeid, newvalues):
