Changeset 1653a08
- Timestamp:
- Nov 23, 2008 4:44:35 PM (16 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-1.30, version-2.00, version-3.01, version-3.02
- Children:
- a398ec9
- Parents:
- 721705e9
- Location:
- fedd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/fedd_access.py
r721705e9 r1653a08 115 115 self.dynamic_projects_cert_file = \ 116 116 config.get("globals", "proxy_cert_file") 117 if config.has_option("globals", "p orxy_cert_pwd"):117 if config.has_option("globals", "proxy_cert_pwd"): 118 118 self.dynamic_projects_cert_pwd = \ 119 119 config.get("globals", "proxy_cert_pwd") -
fedd/fedd_allocate_project.py
r721705e9 r1653a08 406 406 if not self.cert_file: 407 407 self.cert_file = config.get("globals", "proxy_cert_file") 408 if config.has_option("globals", "p orxy_cert_pwd"):408 if config.has_option("globals", "proxy_cert_pwd"): 409 409 self.cert_pwd = config.get("globals", "proxy_cert_pwd") 410 410
Note: See TracChangeset
for help on using the changeset viewer.