Changeset e2a7a413
- Timestamp:
- Sep 10, 2009 5:00:21 PM (15 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-2.00, version-3.01, version-3.02
- Children:
- 13e3dd2
- Parents:
- 32e7d93
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/federation/emulab_access.py
r32e7d93 re2a7a413 821 821 seer_out = False 822 822 client_out = False 823 for pin [ e for e in topo.elements \823 for e in [ e for e in topo.elements \ 824 824 if isinstance(e, topdl.Computer) and e.get_attribute('portal')]: 825 825 myname = e.name[0]
Note: See TracChangeset
for help on using the changeset viewer.