Changeset 8f4c361
- Timestamp:
- Aug 19, 2008 6:21:25 PM (16 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-1.30, version-2.00, version-3.01, version-3.02
- Children:
- 6679c122
- Parents:
- 4a6f04b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/fedd_proj.py
r4a6f04b r8f4c361 291 291 if self.access.has_key(s): 292 292 return (self.access[s], None) 293 return None 293 return None, None 294 294 295 295 def lookup_access(self, req, fid): … … 461 461 # XXX ssh key additions 462 462 ap = { 'project': \ 463 { 'name' : { 'username' : found[0] },\463 { 'name' : { 'username' : found[0].name },\ 464 464 'user' : [ {\ 465 465 'userID': { 'username' : found[1] }, \
Note: See TracChangeset
for help on using the changeset viewer.