- 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/functions/__init__.py
r6797 r6802 331 331 cls = FunctionMap 332 332 classPath = None 333 334 if functionNs == "urn:oasis:names:tc:xacml:1.0:function:string-at-least-one-member-of": 335 pass 336 333 337 for namespacePrefix, pkgNamePrefix in cls.SUPPORTED_NSS.items(): 334 338 if functionNs.startswith(namespacePrefix):
Note: See TracChangeset
for help on using the changeset viewer.