Package myproxy :: Package ws :: Package client :: Package test
[hide private]

Source Code for Package myproxy.ws.client.test

 1  #!/usr/bin/env python 
 2  """Package for unit tests for MyProxy Web Service web service client  
 3  functionality 
 4  """ 
 5  __author__ = "P J Kershaw" 
 6  __date__ = "22/08/12" 
 7  __copyright__ = "(C) 2012 Science and Technology Facilities Council" 
 8  __license__ = "BSD - see LICENSE file in top-level directory" 
 9  __contact__ = "Philip.Kershaw@stfc.ac.uk" 
10  __revision__ = '$Id$' 
11