Changeset c9318dc
- Timestamp:
- Jul 29, 2009 1:58:58 PM (15 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-2.00, version-3.01, version-3.02
- Children:
- eea2aa4
- Parents:
- 70caa72
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/federation/deter_impl.py
r70caa72 rc9318dc 54 54 # Tell the experiment control where local access control is and 55 55 # what testbeds it pertains to. 56 if self.access:56 if getattr(self, 'access', None): 57 57 for t in self.access.testbed: 58 58 self.experiment.local_access[t] = self.access
Note: See TracChangeset
for help on using the changeset viewer.