Mercurial > p > roundup > code
diff scripts/import_sf.py @ 3543:0735c4587852
whoops
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 06 Feb 2006 02:35:47 +0000 |
| parents | a2fc38fd0142 |
| children | 5cd1c83dea50 |
line wrap: on
line diff
--- a/scripts/import_sf.py Mon Feb 06 00:26:13 2006 +0000 +++ b/scripts/import_sf.py Mon Feb 06 02:35:47 2006 +0000 @@ -307,11 +307,12 @@ continue elif event['field_name'] == 'close_date': action = "'set'" - info = { 'status': 'unread' } + info = { 'status': unread } elif event['field_name'] == 'summary': action = "'set'" info = { 'title': event['old_value'] } else: + # not an interesting / translatable event continue row = [ d['id'], event['entrydate'].get_tuple(), users[event['mod_by']], action, info ]
