Changeset 6746 for TI12-security/trunk/NDG_XACML/ndg/xacml/core/action.py
- Timestamp:
- 16/03/10 13:26:59 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/NDG_XACML/ndg/xacml/core/action.py
r6745 r6746 10 10 __contact__ = "Philip.Kershaw@stfc.ac.uk" 11 11 __revision__ = "$Id: $" 12 from ndg.xacml import RequestPropertyBase13 from ndg.xacml. match import ActionMatch12 from ndg.xacml.core import RequestPropertyBase 13 from ndg.xacml.core.match import ActionMatch 14 14 15 15
Note: See TracChangeset
for help on using the changeset viewer.