- """ndg_httpsclient - PyOpenSSL utility to make a httplib-like interface suitable
- for use with urllib2
- """
- __author__ = "P J Kershaw (STFC) and Richard Wilkinson (Tessella)"
- __date__ = "09/12/11"
- __copyright__ = "(C) 2011 Science and Technology Facilities Council"
- __license__ = "BSD - see LICENSE file in top-level directory"
- __contact__ = "Philip.Kershaw@stfc.ac.uk"
- __revision__ = '$Id$'
|