- Timestamp:
- Nov 22, 2009, 9:02:31 PM (16 years ago)
- File:
- 
          - 1 edited
 
 
Legend:
- Unmodified
- Added
- Removed
- 
        package_branches/invirt-web/cherrypy/code/getafsgroups.pyr2425 r2558 31 31 def getAfsGroupMembers(group, cell): 32 32 encrypt = True 33 for c in config.authz :34 if c. type == 'afs' and c.cell == cell and hasattr(c, 'auth'):33 for c in config.authz.cells: 34 if c.cell == cell and hasattr(c, 'auth'): 35 35 encrypt = c.auth 36 36 if encrypt: 
Note: See TracChangeset
          for help on using the changeset viewer.
      
