Changeset 2375
- Timestamp:
- 07/31/07 03:17:05 (1 year ago)
- Files:
-
- plugins/moto-sync/motosync.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/moto-sync/motosync.py
r2373 r2375 581 581 582 582 # work out which events don't happen 583 for num in range( all_occurrences):583 for num in range(len(all_occurrences)): 584 584 if all_occurrences[num] not in excepted_occurrences: 585 585 ret['exceptions'].append(num)
