Changeset ac54ef3
- Timestamp:
- Nov 21, 2008 4:54:39 PM (16 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-1.30, version-2.00, version-3.01, version-3.02
- Children:
- a94cb0a
- Parents:
- 3f6bc5f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/fedd_access.py
r3f6bc5f rac54ef3 349 349 "Unpickling failed: %s") % e) 350 350 351 # Add the ownership attributes to the authorizer. Note that the 352 # indices of the allocation dict are strings, but the attributes are 353 # fedids, so there is a conversion. 351 354 for k in self.allocation.keys(): 352 355 for o in self.allocation[k].get('owners', []):
Note: See TracChangeset
for help on using the changeset viewer.