Changeset 23dec62 for fedd/federation
- Timestamp:
- Sep 17, 2009 2:45:04 PM (15 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-2.00, version-3.01, version-3.02
- Children:
- 68bb551
- Parents:
- 5a03ea5
- Location:
- fedd/federation
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/federation/deter_impl.py
r5a03ea5 r23dec62 2 2 3 3 import emulab_access 4 import dragon_access 4 5 from experiment_control import experiment_control_local 5 6 from split import split_local … … 48 49 if self.access_type == "emulab": 49 50 self.access = emulab_access.access(config, self.auth) 51 elif self.access_type == "dragon": 52 self.access = dragon_access.access(config, self.auth) 50 53 else: 51 54 raise RuntimeError("Unknown access_type: %s" % \
Note: See TracChangeset
for help on using the changeset viewer.