You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
390 B
9 lines
390 B
"""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$'
|
|
|