Changeset 328e93f for fedd/federation/deter_impl.py
- Timestamp:
- Feb 1, 2013 1:25:43 PM (12 years ago)
- Branches:
- master
- Children:
- 17c6d91
- Parents:
- 9a52a80 (diff), 06a2b49 (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/federation/deter_impl.py
r9a52a80 r328e93f 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.