Changeset 6734 for TI12-security/trunk/NDGSecurity/python/ndg_security_common/ndg/security/common/authz/xacml/combinerparameter.py
- Timestamp:
- 16/03/10 11:56:31 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/NDGSecurity/python/ndg_security_common/ndg/security/common/authz/xacml/combinerparameter.py
r6731 r6734 1 ''' 2 Created on 16 Mar 2010 1 """NDG Security CombinerParameter type definition 3 2 4 @author: pjkersha 5 ''' 3 NERC DataGrid Project 4 """ 5 __author__ = "P J Kershaw" 6 __date__ = "16/03/10" 7 __copyright__ = "(C) 2010 Science and Technology Facilities Council" 8 __contact__ = "Philip.Kershaw@stfc.ac.uk" 9 __license__ = "BSD - see LICENSE file in top-level directory" 10 __contact__ = "Philip.Kershaw@stfc.ac.uk" 11 __revision__ = "$Id: $" 6 12 7 class CombinerParameter s(object):13 class CombinerParameter(object): 8 14 ''' 9 15 classdocs 10 16 ''' 11 ELEMENT_LOCAL_NAME = "CombinerParameter s"17 ELEMENT_LOCAL_NAME = "CombinerParameter" 12 18 __slots__ = () 13 19
Note: See TracChangeset
for help on using the changeset viewer.