Package myproxy :: Package ws :: Package server :: Package wsgi
[hide private]

Source Code for Package myproxy.ws.server.wsgi

 1  """MyProxy Web Service - web services WSGI package 
 2    
 3  NERC DataGrid Project 
 4  """ 
 5  __author__ = "P J Kershaw" 
 6  __date__ = "21/05/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