- Timestamp:
- 12/04/10 16:40:24 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/NDG_XACML/ndg/xacml/core/attributevalue.py
r6797 r6802 44 44 def __init__(self): 45 45 super(AttributeValue, self).__init__() 46 if self.__class__.TYPE is None: 47 raise TypeError('TYPE class variable must be set to a valid type ' 48 'in a derived class') 49 46 50 self.__value = None 47 51 … … 119 123 120 124 121 class AttributeValue Factory(object):125 class AttributeValueClassFactory(object): 122 126 """Create AttributeValue types based on the XML namespace identifier 123 127
Note: See TracChangeset
for help on using the changeset viewer.