- Timestamp:
- Oct 5, 2011 11:02:39 AM (13 years ago)
- Branches:
- compt_changes, info-ops, master
- Children:
- b6a6206
- Parents:
- 53b5c18
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/federation/emulab_access.py
r53b5c18 r2933343 109 109 110 110 self.restricted = [ ] 111 # XXX: this should go?112 #if config.has_option("access", "accessdb"):113 # self.read_access(config.get("access", "accessdb"))114 111 tb = config.get('access', 'testbed') 115 112 if tb: self.testbed = [ t.strip() for t in tb.split(',') ]
Note: See TracChangeset
for help on using the changeset viewer.