Package myproxy
[hide private]

Source Code for Package myproxy

 1  """MyProxy Web Service myproxy namespace package 
 2   
 3  This is a setuptools namespace_package.  DO NOT place any other 
 4  code in this file!  There is no guarantee that it will be installed 
 5  with easy_install.  See: 
 6   
 7  http://peak.telecommunity.com/DevCenter/setuptools#namespace-packages 
 8   
 9  ... for details. 
10  """ 
11  __author__ = "P J Kershaw" 
12  __date__ = "21/05/10" 
13  __copyright__ = "(C) 2012 Science and Technology Facilities Council" 
14  __license__ = "BSD - see LICENSE file in top-level directory" 
15  __contact__ = "Philip.Kershaw@stfc.ac.uk" 
16  __revision__ = '$Id$' 
17  __import__('pkg_resources').declare_namespace(__name__) 
18