Changeset ac1d897 for asadb/util
- Timestamp:
- Dec 21, 2011, 2:02:08 AM (14 years ago)
- Branches:
- master, space-access, stable, stage
- Children:
- c8cb9ba
- Parents:
- 8cb8a9c
- git-author:
- Alex Dehnert <adehnert@…> (12/21/11 02:02:08)
- git-committer:
- Alex Dehnert <adehnert@…> (12/21/11 02:02:08)
- Location:
- asadb/util
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/util/sync_moira_authz.py
r8cb8a9c rac1d897 115 115 def __init__(self, *args, **kwargs): 116 116 super(AFSConnector, self).__init__(*args, **kwargs) 117 self.login()117 #self.login() 118 118 self.pts = afs.pts.PTS(sec=afs.pts.PTS_ENCRYPT, cell='athena.mit.edu', ) 119 119 def login(self, ):
Note: See TracChangeset
for help on using the changeset viewer.