Changeset 94f3a39 for asadb/space/diffs.py
- Timestamp:
- Mar 28, 2012, 6:16:55 AM (14 years ago)
- Branches:
- master, space-access, stable, stage
- Children:
- 5680065
- Parents:
- 96ef09f
- git-author:
- Alex Dehnert <adehnert@…> (03/28/12 06:14:59)
- git-committer:
- Alex Dehnert <adehnert@…> (03/28/12 06:16:55)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/space/diffs.py
r57a2ad6 r94f3a39 144 144 new_data = the_space.build_access(time=new_time) 145 145 all_spaces[the_space.pk] = the_space 146 init_groups(group_data, old_data[ 1])147 init_groups(group_data, new_data[ 1])146 init_groups(group_data, old_data[2]) 147 init_groups(group_data, new_data[2]) 148 148 for group_pk, group in group_data.items(): 149 149 if group_pk in old_data[0] or group_pk in new_data[0]:
Note: See TracChangeset
for help on using the changeset viewer.