Mercurial > p > roundup > code
changeset 2194:43151ac10819
*** empty log message ***
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 07 Apr 2004 06:32:54 +0000 |
| parents | b1a29edd6214 |
| children | 638600b0d682 |
| files | detectors/creator_resolution.py |
| diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/detectors/creator_resolution.py Wed Apr 07 06:31:47 2004 +0000 +++ b/detectors/creator_resolution.py Wed Apr 07 06:32:54 2004 +0000 @@ -1,4 +1,7 @@ -#$Id: creator_resolution.py,v 1.1 2004-04-07 06:31:47 richard Exp $ +# 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
