1 """ndg_httpsclient - PyOpenSSL utility to make a httplib-like interface suitable
2 for use with urllib2
3
4 This is a setuptools namespace_package. DO NOT place any other
5 code in this file! There is no guarantee that it will be installed
6 with easy_install. See:
7
8 http://peak.telecommunity.com/DevCenter/setuptools#namespace-packages
9
10 ... for details.
11 """
12 __author__ = "P J Kershaw"
13 __date__ = "06/01/12"
14 __copyright__ = "(C) 2012 Science and Technology Facilities Council"
15 __license__ = "BSD - see LICENSE file in top-level directory"
16 __contact__ = "Philip.Kershaw@stfc.ac.uk"
17 __revision__ = '$Id$'
18
19 __import__('pkg_resources').declare_namespace(__name__)
20