Changeset 1da94bc
- Timestamp:
- Nov 3, 2009 2:36:01 PM (15 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-2.00, version-3.01, version-3.02
- Children:
- 8218a3b
- Parents:
- 63a35b7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/federation/dragon_access.py
r63a35b7 r1da94bc 200 200 f.close() 201 201 202 print self.access203 204 202 def get_users(self, obj): 205 203 """ … … 407 405 raise service_error(service_error.internal, 408 406 "Can't open %s/%s : %s" % (self.certdir, aid, e)) 409 print { 'allocID': allocID }410 407 return { 'allocID': { 'fedid': allocID } } 411 408 else: … … 492 489 """ 493 490 segments = filter(lambda x: isinstance(x, topdl.Segment), top.elements) 494 495 print segments496 491 497 492 if len(segments) != 2 or len(top.substrates) != 1:
Note: See TracChangeset
for help on using the changeset viewer.