Package ndg :: Package xacml :: Package test :: Package policy
[hide private]

Source Code for Package ndg.xacml.test.policy

 1  #!/usr/bin/env python 
 2  """NDG XACML Policy unit test package  
 3   
 4  NERC DataGrid 
 5  """ 
 6  __author__ = "P J Kershaw" 
 7  __date__ = "28/10/10" 
 8  __copyright__ = "(C) 2010 Science and Technology Facilities Council" 
 9  __contact__ = "Philip.Kershaw@stfc.ac.uk" 
10  __license__ = "BSD - see LICENSE file in top-level directory" 
11  __contact__ = "Philip.Kershaw@stfc.ac.uk" 
12  __revision__ = "$Id$" 
13