Changeset 06a2b49 for fedd/federation
- Timestamp:
- Jan 21, 2013 11:05:56 PM (12 years ago)
- Branches:
- master
- Children:
- 328e93f
- Parents:
- 5dbcc93 (diff), dcac546 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- fedd/federation
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/federation/deter_impl.py
rdcac546 r06a2b49 8 8 import deter_internal_access 9 9 import benito_access 10 import desktop_access 10 11 import skeleton_access 11 12 … … 89 90 elif self.access_type == "benito": 90 91 self.access = benito_access.access(config, self.auth) 92 elif self.access_type == "desktop": 93 self.access = desktop_access.access(config, self.auth) 91 94 elif self.access_type == "skel": 92 95 self.access = skeleton_access.access(config, self.auth)
Note: See TracChangeset
for help on using the changeset viewer.