Package myproxy :: Package ws :: Package test :: Module myproxy_ws
[hide private]

Module myproxy_ws

source code

Test script to run MyProxy web service interface in the Paster web application server.


Date: 03/08/12

Author: P J Kershaw

Contact: Philip.Kershaw@stfc.ac.uk

Copyright: (C) 2012 Science and Technology Facilities Council

License: BSD - see LICENSE file in top-level directory

Variables [hide private]
  __revision__ = "$Id: $"
  THIS_DIR = path.abspath(path.dirname(__file__))
  INI_FILENAME = 'myproxywsgi.ini'
  ini_filepath = path.join(THIS_DIR, INI_FILENAME)