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