Package myproxy :: Package ws
[hide private]

Source Code for Package myproxy.ws

 1  """MyProxy Web Service ws package.  The sub-package contains all the  
 2  functionality specific to exposing an external web service interface. 
 3   
 4  """ 
 5  __author__ = "P J Kershaw" 
 6  __date__ = "09/12/10" 
 7  __copyright__ = "(C) 2010 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  __import__('pkg_resources').declare_namespace(__name__) 
12