Changeset 7823
- Timestamp:
- 17/01/11 16:38:58 (10 years ago)
- Location:
- TI12-security/trunk/NDGSecurity/python/ndg_security_server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/NDGSecurity/python/ndg_security_server/ndg/security/server/paster_templates/template.py
r7822 r7823 137 137 138 138 var('baseURI', 139 'Base URI for the service ',139 'Base URI for the service(s) [with no trailing slash]', 140 140 default=DEFAULT_URI), 141 141 … … 355 355 356 356 var('baseURI', 357 'Base URI for the service ',357 'Base URI for the service [with no trailing slash]', 358 358 default=DEFAULT_URI), 359 359 -
TI12-security/trunk/NDGSecurity/python/ndg_security_server/setup.py
r7817 r7823 31 31 ndgsecurity_attribute_service=ndg.security.server.paster_templates.template:AttributeServiceTemplate 32 32 ndgsecurity_authorisation_service=ndg.security.server.paster_templates.template:AuthorisationServiceTemplate 33 ndgsecurity_openidprovider _service=ndg.security.server.paster_templates.template:OpenIDProviderTemplate33 ndgsecurity_openidprovider=ndg.security.server.paster_templates.template:OpenIDProviderTemplate 34 34 """ 35 35
Note: See TracChangeset
for help on using the changeset viewer.