- Timestamp:
- Mar 2, 2010 11:05:58 AM (15 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
- Children:
- 37f6592
- Parents:
- 37776ea
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/federation/dragon_access.py
r37776ea r6f82229 68 68 self.idc_url = config.get("access", "idc") 69 69 self.domain = config.get("access", "domain") 70 self.duration = config.getint("access", "duration", 120) 70 71 71 72 self.attrs = { } … … 584 585 start = time.time() 585 586 if not end: 586 end = start + 120*60587 end = start + self.duration *60 587 588 588 589
Note: See TracChangeset
for help on using the changeset viewer.