Package myproxy
[hide private]

Source Code for Package myproxy

 1  """MyProxy client package - contains pure Python implementation of a client 
 2  to MyProxy 
 3   
 4  NERC Data Grid Project 
 5  """ 
 6  __author__ = "P J Kershaw" 
 7  __date__ = "15/12/08" 
 8  __copyright__ = "(C) 2009 Science and Technology Facilities Council" 
 9  __license__ = """BSD - See LICENSE file in top-level directory""" 
10  __contact__ = "Philip.Kershaw@stfc.ac.uk" 
11  __revision__ = '$Id: __init__.py 7554 2010-09-29 14:05:23Z pjkersha $' 
12  __import__('pkg_resources').declare_namespace(__name__) 
13